⟩ How to comment JavaScript code?
Use // for a single line comments in JavaScript and
/* start of Multiple lines comment in JavaScript
Multiple line comments in JavaScript
*/ for block comments in JavaScript
Use // for a single line comments in JavaScript and
/* start of Multiple lines comment in JavaScript
Multiple line comments in JavaScript
*/ for block comments in JavaScript
Describe the two types of CDNs?
What is jQuery a client or server scripting?
Define the script build up by jQuery?
Why we use chaining in jQuery?
How to debug jQuery?
Define the types of selectors in jQuery?
How to give face effect in jQuery?
Define animate function in jQuery?
Define .siblings() method in jQuery?
Derfine width() vs css('width')?