1 / 24

Tutorial 3 Data Types and Operators Section A - Using Data Types

JavaScript Tutorial 3 -Data Types and Operators. 2. Tutorial 3A Topics. Section A - Using Data TypesHow to use data typesAbout numeric data typesAbout Boolean valuesHow to use JavaScript objectsHow to use stringsHow to use arrays. JavaScript Tutorial 3 -Data Types and Operato

lani
Download Presentation

Tutorial 3 Data Types and Operators Section A - Using Data Types

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. JavaScript Tutorial 3 -Data Types and Operators 1 Tutorial 3 Data Types and Operators Section A - Using Data Types

    2. JavaScript Tutorial 3 -Data Types and Operators 2 Tutorial 3A Topics Section A - Using Data Types How to use data types About numeric data types About Boolean values How to use JavaScript objects How to use strings How to use arrays

    3. JavaScript Tutorial 3 -Data Types and Operators 3 Using Data Types Data Types Variables contain many different types of values e.g., time of day, person’s name, currency amount JavaScript variables are classified into categories known as data types

    4. JavaScript Tutorial 3 -Data Types and Operators 4 Using Data Types Data Types Primitive data types Data types that can be assigned only a single value JavaScript supports five primitive data types Integers Floating points Booleans Strings Null

    5. JavaScript Tutorial 3 -Data Types and Operators 5

More Related