Realated Questions
In this example, what is the TYPE of employee?
{ "employee" : { "type" : "Director", "functions" : ['sales', 'marketing'] } }
What is the output of below Javascript code?
alert (typeof new Date() );
In this example, what would the TYPE of employee.hireDate be?
{ "employee" : { "type" : "Director", "functions" : ['sales', 'marketing'], "hireDate" : "March 8, 2011" } }