Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
workers
index.html : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Workers</title> <script src="main.js"></script> </head> <body> 1 USD = <span...
Self-Executing Functions
Fetch the latest currency conversion rate using async ... await
sleep for n seconds
Taking advantage of latest JavaScript features: ECMAScript 2024

Capture Option data on Select Change
Replacing deprecated event.target.selectedIndex with this.selectedIndex

Push and update object using destructuring
Using destructuring to update an object's attribute

JavaScript
12 posts