Console The console is a panel that displays important messages, like errors, for developers. Much of the work the computer does with our code is invisible to us by default.
When we write console.log() what we put inside the parentheses will get printed, or logged, to the console.
It’s going to be very useful for us to print values to the console, so we can see the work that we’re doing. console.log(5); // 5 printed Comments There are two types of code comments in JavaScript: // Prints 5 to the console
console.log(5);
console.log(5); // Prints 5 console.log(/*IGNORED!*/ 5); // Still just prints 5 Data types: The first 6 of those types are considered primitive data types. They are the most basic data types in the language. Arithmetic Operators An operator is a character that performs a task in our code. String Concatenation When a + operator is used on two strings, it appends the right string to the left string. // В Python пробел между сроками проставиться только при использовании фу