3

How different is creating object in jQuery and pure JavaScript? Does jQuery use prototype pattern or constructor pattern to create an object?

2 Answers 2

3

jQuery IS pure JavaScript. So there is no difference.

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

Comments

2

JQuery is simply a javascript framework and not a separate language so there is no difference. When you're writing jQuery you're writing javascript

Comments

Your Answer

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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.