Menu
ร—
   โฎ     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SASS VUE GEN AI SCIPY CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING BASH RUST

Basic JavaScript

JS Tutorial JS Syntax JS Variables JS Operators JS If Conditions JS Loops JS Strings JS Numbers JS Functions JS Objects JS Dates JS Arrays JS Sets JS Maps JS Math JS RegExp JS Data Types JS Errors JS Debugging JS Events JS Programming JS References JS UTF-8 Characters

JS Advanced

JS Versions JS Functions JS Objects JS Classes JS Iterations JS Promises JS Modules JS HTML DOM JS Windows JS Web API JS AJAX JS JSON JS jQuery JS Graphics JS Examples JS Objects


JavaScript Examples


What can JavaScript do?

Examples Explained


Where to Insert JavaScript

Where to Explained


JavaScript Output

Output Explained


JavaScript Syntax

Syntax Explained



JavaScript Statements

Statements Explained


JavaScript Comments

Comments Explained


JavaScript Variables

Variables Explained


JavaScript Arithmetic

Arithmetic Explained


JavaScript Assignment

Assignment Explained


JavaScript String Concatenation

Concatenation Explained


JavaScript Data Types

Data types Explained


JavaScript Objects

Objects Explained


JavaScript Functions

Functions Explained


JavaScript Events

Events Explained


JavaScript Strings

Strings Explained


JavaScript Numbers

Numbers can be written with or without decimals Extra large or extra small numbers can be written with exponent notation Number are considered accurate only up to 15 digits Floating point arithmetic is not always 100% accurate But it helps to multiply and divide by 10 Adding two numbers results in a new number Adding two numeric strings results in a concatenated string Adding a number and a numeric string also results in a concatenated string Adding a numeric string and a number also results in a concatenated string Common mistake when adding strings and numbers 1 Common mistake when adding strings and numbers 2 JavaScript will try to convert strings to numbers when dividing JavaScript will try to convert strings to numbers when multiplying JavaScript will try to convert strings to numbers when subtracting JavaScript will NOT convert strings to numbers when adding A number divided by a string is NaN (Not a Number) A number divided by a numeric string is a number The global JavaScript function isNaN() returns if a value is a number Using NaN in a mathematical operation will always return NaN Using NaN in a mathematical string operation will concatenate NaN NaN (Not a Number) is a number (Yes! typeof NaN returns number) Infinity is returned if you calculate a number outside the largest possible number Division by zero also generates Infinity Infinity is a number (typeof Infinity returns number) Constants, preceded by 0x, are interpreted as hexadecimal The toString() method can output numbers as hex, octal, and binary Numbers can be objects Numbers and objects cannot be safely compared Objects and objects cannot be safely compared

Numbers Explained


JavaScript Number Methods

Numbers Methods Explained


JavaScript Maths

Maths Explained


JavaScript Random

Random Explained


JavaScript Dates

Dates Explained


JavaScript Arrays

Arrays Explained


JavaScript Array Methods

Array Methods Explained


JavaScript Array Sort

Array Sort Explained


JavaScript Array Iteration

Array Iteration Explained


JavaScript Type Conversion

Type Conversion Explained


JavaScript Booleans

Booleans Explained


JavaScript Comparisons

Comparisons Explained


JavaScript Conditionals

Conditionals Explained


JavaScript Loops

Loops Explained


JavaScript Error Handling

Errors Explained


JavaScript Regular Expressions


JavaScript Objects

Objects Explained


JavaScript Object Properties

Object Properties Explained


JSON Objects

JSON Object Properties Explained


JSON Arrays

JSON Arrays Explained


JSON Parse

JSON Parse Explained


JSON Stringify

JSON Stringify Explained


JSON PHP

JSON PHP Explained


JSON HTML

JSON HTML Explained


JSON JSONP

JSON JSONP Explained


ร—

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.