JavaScript Developer Concepts (JavaScript Elemental Literature (Official Book Series) 1)
English | 2023 | ASIN: B0BY6R4TGP | 366 pages | Epub | 783.83 KB
English | 2023 | ASIN: B0BY6R4TGP | 366 pages | Epub | 783.83 KB
Familiarize yourself with the most important primary concepts of coding and programming in the JavaScript programming language with the first book in the "JavaScript Elemental Literature" series. With "JavaScript Developer Concepts" by Din Asotić, you will get fundamental knowledge in the field of:
Variables and data types: understanding how to declare and use variables, and being familiar with the different data types available in JavaScript (e.g. numbers, strings, booleans).
Control structures: understanding how to use control structures such as loops (e.g. for, while) and conditional statements (e.g. if, else) to control the flow of a program.
Functions: understanding how to define and use functions, including how to pass arguments and return values.
Objects and arrays: understanding how to work with objects and arrays, including how to access and modify their properties and elements.
DOM manipulation: understanding how to use JavaScript to manipulate the Document Object Model (DOM) in order to dynamically update a webpage.