pulakonline.com
Let's Play with Code
Thursday, 14 February 2013
JavaScript - Predict the Output - Question 4
function animal(name) {
return typeof name;
}
animal(null);
1 comment:
Ian Stewart
14 February 2013 at 15:19
"object"
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
"object"
ReplyDelete