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.
No Answer is Posted For this Question
Be the First to Post Answer
What and where are the best javascript resources on the web?
How to get the last index of a string in javascript?
What do ellipses mean in javascript?
How Can I get facebook fans/likes?
Name some of the JavaScript features?
How can you to add javascript to a page when performing an asynchronous postback?
what are the differences between as2 and as3?
How is it possible to get the total number of arguments that are passed to a function?
What is the output of 10+20+”30″ in JavaScript?
Is it possible to assign a php variable to javascript ? And also is it possible to fetch the page contents if the url is not under our control ?
How javascript variables work?
Does javascript support automatic type conversion, if yes give example.