[BREAKING CHANGE] change variable keyword to 'let' from 'var'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var x = 1000000;
|
||||
let x = 1000000;
|
||||
while x > 0 {
|
||||
x = x - 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user