Microsoft Releases 51-class Free JavaScript Practical Teaching Video
There is a popular saying in the industry that "any application that can be written in JavaScript will eventually be written in JavaScript", and this is Atwood's Law. JavaScript is almost everywhere, and its popularity continues to grow. Recently, based on the Python beginner series, Microsoft has released a free teaching video for a total of 51 class hours.
Throughout the course, Microsoft helps users use Visual Studio Code to set up the development environment, install Node.js as JavaScript Runtime, and then directly create the "Hello World" application. The grammar of JavaScript is provided in the course, and more advanced topics are gradually studied, including objects and programming with asynchronous functions. Finally, explore the JavaScript ecosystem and the large number of packages and libraries available on NPM in the course. At the beginning of this course, Microsoft will also introduce (many) places where JavaScript can be run, including browsers and servers with Node.js. Although the focus of this course is mainly on using Node.js as the execution environment, most of the videos will introduce concepts and syntax that also work in the browser.
Comments
Post a Comment
Please let me if you have any question