filmov
tv
JavaScript - Week05a - Variable Naming, DataTypes, and Type Conversion

Показать описание
A look at rules for creating valid identifiers JavaScript (i.e., names for things like variables and functions). An exploration of the data types that JavaScript uses (strings, numbers, Booleans, mostly), and how you can ask JavaScript what data type is associated with a specific variable. A look at ways you can convert data between types.