Tag: javascript
6 articles tagged with javascript.
Mastering Frontend Fundamentals: A Mock Interview Guide
Prepare for your frontend developer interview with essential concepts in HTML, CSS, React, and JavaScript, as demonstrated in a mock interview.
DOM and Events
Event loop, event delegation, bubbling and capture, target vs currentTarget, and how to work with the DOM and events in JavaScript.
Fetch and Async
Using fetch, async/await, error handling, loading states, and patterns for data loading in the browser.
JavaScript Language Basics
Core JavaScript concepts: variables, functions, control flow, objects, arrays, scope, error handling, and modern ES6+ syntax every frontend developer needs.
Advanced JavaScript
PremiumDeep dive into the event loop, async patterns, prototypes, closures, functional programming, and JavaScript gotchas every senior developer should know.
TypeScript Essentials
PremiumLearn why TypeScript, basic types, interfaces vs types, unions and intersections, generics, type narrowing, utility types, and TypeScript with React.