How Can We Help?
< Back
You are here:
Print

Knowledge Base ES6 Validation

var person = {
firstName: “John”,
lastName : “Doe”,
id       : 5566,
fullName : function() {
return this.firstName + ” ” + this.lastName;
}
};

Table of Contents