Invert the key-value pairs of a JavaScript object Post date June 9, 2024 Post author By 30 seconds of code
Convert between CSV and JavaScript arrays, objects or JSON Post date June 8, 2024 Post author By 30 seconds of code
Walk through a JavaScript object depth-first Post date June 5, 2024 Post author By 30 seconds of code
How can I deep freeze an object in JavaScript? Post date June 4, 2024 Post author By 30 seconds of code
How can I detect the device type with JavaScript? Post date June 3, 2024 Post author By 30 seconds of code
Check if the bottom of the page is visible using JavaScript Post date June 1, 2024 Post author By 30 seconds of code
Use JavaScript to find all the images in an element Post date May 31, 2024 Post author By 30 seconds of code
Copy sign from one number to another in JavaScript Post date May 28, 2024 Post author By 30 seconds of code
Using a Proxy to implement the Observable pattern Post date May 27, 2024 Post author By 30 seconds of code
Check if a year is a leap year in JavaScript Post date May 26, 2024 Post author By 30 seconds of code
Can I check if a JavaScript string contains a substring, regardless of case? Post date May 25, 2024 Post author By 30 seconds of code
Normalize line endings in a JavaScript string Post date May 24, 2024 Post author By 30 seconds of code
Toggle fullscreen mode for an element using JavaScript Post date May 23, 2024 Post author By 30 seconds of code
Remove non ASCII characters from a JavaScript string Post date May 18, 2024 Post author By 30 seconds of code
Calculate the angle between two vectors in JavaScript Post date May 16, 2024 Post author By 30 seconds of code
Count the occurrences of a value in a JavaScript array or string Post date May 14, 2024 Post author By 30 seconds of code
Classify data using the K-nearest neighbors algorithm in JavaScript Post date May 12, 2024 Post author By 30 seconds of code
Group data using the K-means clustering algorithm in JavaScript Post date May 11, 2024 Post author By 30 seconds of code
Start your ordered HTML lists at a different number Post date May 10, 2024 Post author By 30 seconds of code
Find the key of the min or max value in a Python dictionary Post date May 8, 2024 Post author By 30 seconds of code
How can I find the merge commit given a Git commit? Post date May 4, 2024 Post author By 30 seconds of code
Customize Git using aliases for common operations Post date May 3, 2024 Post author By 30 seconds of code
View Git commits that manipulated a specific string Post date April 26, 2024 Post author By 30 seconds of code
Beware of Bad Programming Advice – Spotting Senior Juniorism Post date June 4, 2023 Post author By 30 seconds of code
Git Basics – Push and pull changes between local and remote Post date June 1, 2023 Post author By 30 seconds of code
Chaining dynamic getters using the Proxy object Post date May 28, 2023 Post author By 30 seconds of code
Tip: Find branches containing a specific Git commit Post date May 25, 2023 Post author By 30 seconds of code
Create a commit by a different author in Git Post date May 24, 2023 Post author By 30 seconds of code