โno const for classic "for"
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS โฉ statement โฉ declaration โฉ const โฉ no const for classic for-loop
can't be used with a classic for loop.
๐ no const for classic "for"โ
replit๏ผclassic for-loop can't use const
const { log } = console;
const array = [1,2,3];
const students = ['Joe', 'Jane', 'Jack'];