I don’t have a JavaScript foundation, but because I want to use Nodejs, I took a look at JavaScript, but I found that many tutorials require you to learn Html and css at the same time when learning JavaScript. I wonder if it is necessary to learn these? If it is not necessary, what are some JavaScript tutorials that are suitable for advanced nodejs. Please give me some advice
You don’t need to learn html and css to learn javascript. Please read this book "Javascript Advanced Programming Third Edition". If you want to go towards nodejs, you can skip the DOM chapter
How can you build a tall building without laying a good foundation, and the code of nodejs is more difficult to read than ordinary js. It is better to learn js honestly and then switch to node. If you just use node, then write one method for the api. . But if you don’t have a basic knowledge of js, I guess it’s not enough.