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

Опубликовано: 28 Сентябрь 2024
на канале: Bill Barry
185
4

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.