No se permite la sintaxis octal de JavaScript
'use strict';
let a = 010; // throws an error
SAMER SAEID
'use strict';
let a = 010; // throws an error