Hi,
Here's a brain puzzler for anyone who likes a challenge or has already come across a similar problem and has a solution for it.
I have a table that holds wind directions and another that holds records that link to that table:
DROP TABLE IF EXISTS `wind_direction`;
CREATE TABLE IF NOT...
Hi,
Can anyone tell me how I can detect whether a variable is an array in javascript. I've found that typeof returns 'object' for an array, but doesn't go any farther than that.
So, does anyone know of a way to go beyond this and distinguish between arrays and other types of objects...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.