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.
 
 
 
 

393 B

Nested

Instructions

Create a nested constant variable that contains

  • arr: an array of the 3 values: 4, undefined, '2'
  • obj: an object with 3 property (str, num & bool)

nested and obj must be frozen to prevent changes from them.

Notions