You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

405 B

freeze

Instructions

Create the following constant variables:

  • arr : an array containing the values 4 and 2.
  • obj: an object containing primitive values:
    • str: with a string value.
    • num: with a number value.
    • bool: with a boolean value.
    • undef: with a undefined value.

arr and obj must be frozen, so that their elements or properties cannot be changed.