JavaScript Octal Syntax ist nicht erlaubt
'use strict';
let a = 010; // throws an error
SAMER SAEID
'use strict';
let a = 010; // throws an error