$.isArray([1,2,3]); // true
$.isFunction(fn); // true
$.type(null); // 'null'
$.trim(' hello '); // 'hello'
$.inArray(2, [1,2,3]); // 1 (index)
$.extend({}, obj1, obj2); // merge objects
$.parseJSON(str); // parse JSON string
$.now(); // timestamp