A sintaxe octal JavaScript não é permitida
'use strict';
let a = 010; // throws an error
SAMER SAEID
'use strict';
let a = 010; // throws an error