0

I was wondering if Array defined in jquery is somehow different from array defined in javascript?
Like type of "elements they can store" and more.......

1
  • 5
    jQuery is JavaScript, so Array is the same as far as I know. Commented Jan 22, 2013 at 6:51

1 Answer 1

6

jQuery is a library for JavaScript, not a different programming language. It does not provide a custom array type.

Sign up to request clarification or add additional context in comments.

2 Comments

Ahh...Thanks!! I got it now, Actually the book i was reading is a "Bit messy " in it's language. Hence confusion occurred.
Do i need to delete this question ??

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.