Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Numbers | Getting Started
Introduction to JavaScript
course content

Contenu du cours

Introduction to JavaScript

Introduction to JavaScript

1. Getting Started
2. Manipulating Data
3. Conditional Statements

book
Numbers

Summary

  • Textual Data is always enclosed in single or double quotation marks.
    For example: 'Hello World' or "Hello World" — both represent valid textual data;

  • There are two different types of numbers in JavaScript:

    • Integers;
    • Floating-Point Numbers;
  • Floating-Point Numbers (also known as Floats) are numerical values that have a decimal part.
    Examples: 1.234, 24.56, 3.1415, etc;

  • Negative numbers can be expressed by adding a minus (-) sign before the number. Examples: -27, -3.14, -123, etc;

  • Arithmetic Operations can be performed on numbers using the following operators:
    +, -, *, /, and **;

  • The order of arithmetic operations follows the BODMAS or PEMDAS rule;

1. Which of the following is the correct way to represent textual data in JavaScript?

2. Which of the following is NOT a valid number type in JavaScript?

3. Which of the following represents a Floating-Point Number in JavaScript?

4. Which of the following represents a negative number in JavaScript?

5. How would you multiply two numbers in JavaScript?

question mark

Which of the following is the correct way to represent textual data in JavaScript?

Select the correct answer

question mark

Which of the following is NOT a valid number type in JavaScript?

Select the correct answer

question mark

Which of the following represents a Floating-Point Number in JavaScript?

Select the correct answer

question mark

Which of the following represents a negative number in JavaScript?

Select the correct answer

question mark

How would you multiply two numbers in JavaScript?

Select the correct answer

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 4
Nous sommes désolés de vous informer que quelque chose s'est mal passé. Qu'est-il arrivé ?
some-alt