Movatterモバイル変換


[0]ホーム

URL:


Menu
×
See More 
Sign In
+1 Get Certified Upgrade Teachers Spaces Bootcamps Get Certified Upgrade Teachers Spaces Bootcamps
   ❮     
     ❯   

Basic JavaScript

JS TutorialJS SyntaxJS VariablesJS OperatorsJS If ConditionsJS LoopsJS StringsJS NumbersJS FunctionsJS ObjectsJS ScopeJS DatesJS Temporal DatesJS ArraysJS SetsJS MapsJS IterationsJS MathJS RegExpJS DestructuringJS Data TypesJS ErrorsJS DebuggingJS ConventionsJS ReferencesJS 2026JS Versions

JS HTML

JS HTML DOMJS EventsJS ProjectsNew

JS Advanced

JS FunctionsJS ObjectsJS ClassesJS AsynchronousJS ModulesJS Meta & ProxyJS Typed ArraysJS DOM NavigationJS WindowsJS Web APIsJS AJAXJS JSONJS jQueryJS GraphicsJS ExamplesJS Reference


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 decimalsExtra large or extra small numbers can be written with exponent notationNumber are considered accurate only up to 15 digitsFloating point arithmetic is not always 100% accurateBut it helps to multiply and divide by 10Adding two numbers results in a new numberAdding two numeric strings results in a concatenated stringAdding a number and a numeric string also results in a concatenated stringAdding a numeric string and a number also results in a concatenated stringCommon mistake when adding strings and numbers 1Common mistake when adding strings and numbers 2JavaScript will try to convert strings to numbers when dividingJavaScript will try to convert strings to numbers when multiplyingJavaScript will try to convert strings to numbers when subtractingJavaScript will NOT convert strings to numbers when addingA number divided by a string is NaN (Not a Number)A number divided by a numeric string is a numberThe global JavaScript function isNaN() returns if a value is a numberUsing NaN in a mathematical operation will always return NaNUsing NaN in a mathematical string operation will concatenate NaNNaN (Not a Number) is a number (Yes! typeof NaN returns number)Infinity is returned if you calculate a number outside the largest possible numberDivision by zero also generates InfinityInfinity is a number (typeof Infinity returns number)Constants, preceded by 0x, are interpreted as hexadecimalThe toString() method can output numbers as hex, octal, and binaryNumbers can be objectsNumbers and objects cannot be safely comparedObjects and objects cannot be safely compared

Numbers Explained


JavaScript Number Methods

The toString() method converts a number to a stringThe valueOf() method returns a number as a numberThe toExponential() returns a number with exponential notationThe toFixed() method rounds a number to a number of digitsThe toPrecision() method a number written with a specified lengthThe global method Number() converts variables to numbersThe global method Number() can even convert dates to numbersThe global method parseInt() converts strings to numbersThe global method parseFloat() converts strings to numbersMAX_VALUE returns the largest possible number in JavaScriptMIN_VALUE returns the smallest possible number in JavaScriptPOSITIVE_INFINITY represents infinityPOSITIVE_INFINITY is returned on overflowNEGATIVE_INFINITY represents negative infinityNEGATIVE_INFINITY is returned on overflowNaN Represents "Not-a-Number"Arithmetic performed on a string will result in NaNUsing a Number property on a variable will return undefined

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 ourterms of use,cookies andprivacy policy.

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

-->
[8]ページ先頭

©2009-2026 Movatter.jp