Taskjsdatatypes.md - brainchildservices/curriculum GitHub Wiki
Exercise:
Use comments to describe the correct data type of the following variables:
let length = 16; //??
let lastName = "Johnson"; // ??
const x = {
firstName: "John",
lastName: "Doe"
}; // ??