📡 You're offline — showing cached content
New version available!
Quick Access

JavaScript

JavaScript, ES6+, and interview questions

15 articles in this category
jQuery Events: Click, Hover, Submit, and More
JavaScript Beginner
jQuery Events: Click, Hover, Submit, and More

Learn jQuery event handling — .on(), .off(), event delegation, preventing defaults, and common events like click, hover, keyup, and submit.

jQuery DOM Manipulation: Add, Remove, and Modify Elements
JavaScript Beginner
jQuery DOM Manipulation: Add, Remove, and Modify Elements

Learn how to create, insert, remove, and modify HTML elements using jQuery — append, prepend, before, after, remove, clone, and wrap.

jQuery Selectors: Finding Elements the Easy Way
JavaScript Beginner
jQuery Selectors: Finding Elements the Easy Way

Master jQuery selectors — ID, class, tag, attribute, pseudo, and filter selectors with practical examples.

jQuery Introduction: What It Is and Why Developers Still Use It
JavaScript Beginner
jQuery Introduction: What It Is and Why Developers Still Use It

Learn what jQuery is, why it was created, how to include it in a page, and where it still makes sense in 2026.

JavaScript ES6+ Features: Destructuring, Spread, Optional Chaining and More
JavaScript Beginner
JavaScript ES6+ Features: Destructuring, Spread, Optional Chaining and More

Master ES6+ JavaScript features — destructuring, spread/rest, optional chaining, nullish coalescing, template literals used in every modern codebase.

Laravel Eloquent ORM: Relationships, Eager Loading and Query Builder
JavaScript Intermediate
Laravel Eloquent ORM: Relationships, Eager Loading and Query Builder

Master Laravel Eloquent — all relationship types, solving the N+1 query problem with eager loading, scopes, mutators and advanced query builder.