Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Types of Data | Manipulating Data
Introduction to JavaScript
course content

Contenido del Curso

Introduction to JavaScript

Introduction to JavaScript

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

book
Types of Data

Summary

  • There are two types of numbers in JavaScript:

    • Integers: Discrete numbers like 1, 2, 3, -1, -2, -3, etc.
    • Floats (Floating-Point Numbers): Numerical values that have a decimal in them (e.g., 3.14, -0.5).
  • Booleans are values that can be either true or false.

  • Null (null) values represent the intentional absence of data.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 11
Lamentamos que algo salió mal. ¿Qué pasó?
some-alt