Challenge: Destructure Undefined
This challenge will require you to destructure "undefined" in JavaScript.
Problem statement #
The function pointValues
takes the parameter point,
which is an object with a name
and age
property.
var point = {name: "jerry", age: 2}
The ...
Access this course and 1400+ top-rated courses and projects.