Blog
JavaScript – isPrimitive() Function
As I was improving the next version of jPaq, I realized that another simple type checking function that I need is one that will indicate whether or not the specified argument is a primitive. believe it or not, the code to do this test is quite simple: In JavaScript, the Read more…