Create a new javascript object with the keys of "fname" equal to your first name, "lname" equal to your last name, and "fcolors" equal to and array of 3 of your favorite colors. assign this object to a variable called "me" and log it to the console?
Submitted by: Muhammadvar me = {"fname": "Global", "lname": "Guideline", "fcolors": ["blue", "green", "whitesmoke"]};
console.log(me);
// or
var me = {};
me.fname = "Global";
me.lname = "Guideline";
me.fcolors = ["blue", "green", "whitesmoke"];
console.log(me);
Submitted by: Muhammad
console.log(me);
// or
var me = {};
me.fname = "Global";
me.lname = "Guideline";
me.fcolors = ["blue", "green", "whitesmoke"];
console.log(me);
Submitted by: Muhammad
Read Online User Interface Expert Job Interview Questions And Answers
Top User Interface Expert Questions
☺ | Explain what is the difference between linking to an image, a website, and an email address? |
☺ | What is something new / something you have found interesting recently? |
☺ | Name some online resources you reference when having CSS issues? |
☺ | Tell me why did you get into coding, programming, etc.? |
Top Graphical User Interface (GUI) Categories
☺ | User Interface Expert Interview Questions. |
☺ | Front End Programmer Interview Questions. |
☺ | Lead Web Designer Interview Questions. |
☺ | Senior Graphics Designer Interview Questions. |
☺ | Web Designer Freelance Interview Questions. |