I tried this simple code to show that I can't reach the constant list I defined in the editor
for (let i = 0; i < 12; i++) { console.log('ali') } const ali = [1, 2, 3, 4];