Objects
Good evening blurtians, what are objects? Well these, according to anyone is defined according to the register of their field. For lawyers, this refers to opposing a meted out injunction, for English students, well you know....
Actually, objects in programming; generally are containers for storing methods and properties and/or values. eg
let blurt = { me: programmer, zoobee: cook} OR
class blurt {me: code, zoobee: food}
Objects in Javascript
objects in Javascript are used in storing properties and methods but mostly methods which can be called l