mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
"wan't" -> "want"
This commit is contained in:
parent
e65899cafb
commit
61aa6a3e01
@ -145,7 +145,7 @@ someOtherVar = 10;
|
|||||||
// Variables declared without being assigned to are set to undefined.
|
// Variables declared without being assigned to are set to undefined.
|
||||||
var someThirdVar; // = undefined
|
var someThirdVar; // = undefined
|
||||||
|
|
||||||
// if you wan't to declare a couple of variables, then you could use a comma
|
// if you want to declare a couple of variables, then you could use a comma
|
||||||
// separator
|
// separator
|
||||||
var someFourthVar = 2, someFifthVar = 4;
|
var someFourthVar = 2, someFifthVar = 4;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user