• + 0 comments

    try {
    // Attempt to redefine the value of constant variable PI PI = 0; // Attempt to print the value of PI console.log(PI); } catch(error) { console.error("You correctly declared 'PI' as a constant."); } this try causing additional console as 0 and leading to wrong answer what i can do