Introduction to JavaScript – Review Types and Operators
Let’s take one more glance at the concepts we just learned: (each link will take you back to that section for a review.)
- Four essential data types in JavaScript include strings, numbers, booleans, and null.
- Data is printed, or logged, to the console with console.log().
- Four built-in mathematical operators include +, –, *, and /.
- JavaScript associates certain properties with different data types.
- JavaScript has built-in methods for different data types.
- Libraries are collections of methods that can be called without an instance.
- You can write single-line comments with // and multi-line comments between /* and */.
Related Videos:
Related Links:
My little pony learning game in VB.NET
See the JavaScript Glossary on Code Comments
See the JavaScript Glossary on Math Library
See the JavaScript Glossary on Data-Type Strings
See the JavaScript Glossary on Data-Type Numbers
See the JavaScript Glossary on Data-Type Booleans
See the JavaScript Glossary on CONSOLE
Online JavaScript Compiler. Code on the go.
Introduction to JavaScript – Create a Variable: let
Introduction to JavaScript – Properties
Defining What anĀ Application Is
Introduction to JavaScript – Control Flow: if/else Statements
Introduction to JavaScript – Data Types
Introduction to JavaScript – CONSOLE
Introduction to JavaScript – Libraries
Introduction to JavaScript – Create a Variable: const
Introduction to JavaScript – Variables: Review
The Python Standard Library Ver 3.6.5
Python Online Compiler Code on the Go
CSS, HTML, JAVASCRIPT, Online Compiler. Code on the go by replit.it
Python Glossary(Opens in a new browser tab)
Computers mine online reviews for signs of food poisoning(Opens in a new browser tab)
Your first Hello World app in C# Sharp(Opens in a new browser tab)