116. Your first javascript

변지영·2021년 12월 7일
0

Javascript type

1. Number

2. String

In javascript you should use apostrophe in string with backslash .


number 10 + sting of 34 is 1034
"hello"-"bye" => NaN
'NaN' means 'Not a Number'
Blue highlighting means part of the numbertype.

3. Boolean

Javascript Comparisons

!==
===
>=
<=
>
<

0개의 댓글