Tag: type
Find files of a specific mime-type
May 8, 2009
Use this command to find files of a given mime-type. In this example, we are looking for video files… find…
Dynamic/Static/Strong/Weak Types
July 25, 2007
A dynamically typed language is a language where the type of a variable can be altered at any time. (It…
Object or Array
March 6, 2007
Find whether the given variable is an object,or is an Array? function isArray(testObject) { return testObject && !(testObject.propertyIsEnumerable(‘length’)) && typeof…
Recent Comments