Tag: JavaScript
async and await in JavaScript
Write asynchronous code that looks synchronous with async/await.
AJAX in JavaScript
Understand AJAX as async server communication without full page reloads.
Cookies in JavaScript
Read/write cookies carefully; prefer HttpOnly cookies for auth tokens from the server.
Date and Time in JavaScript
Work with Date objects and modern alternatives (Temporal where available).