Thursday 14 February 2013

JavaScript - Predict the Output - Question 4

function animal(name) {   return typeof name;}

animal(null);

1 comment: