Microprocessor Programming Using JavaScript
摘要
This chapter gives an overview of the JavaScript programming language. Together with the markup (HTML) and style (CSS) auxiliaries, JavaScript is the core technology of the world wide web. As with most programming languages, we start with lexical preliminary and then discuss data types, operations, and control flow statements of the JavaScript language. Debugging recommendations, application and server-side programming using Node.js, and further reading complete the theory of the chapter. The Exercise projects cover additional topics such as HTML/CSS/JS app design using regular expression, URISC ISS, or graphic, Node.js CLI apps, TDD, SQL, OS operation execution, web scraping, plotting, and many more.