Tip: Pretty-print a JSON object with JavaScript Post date July 30, 2022 Post author By 30 seconds of code
Check if a string contains a substring in JavaScript Post date July 27, 2022 Post author By 30 seconds of code
What does the double negation operator do in JavaScript? Post date July 26, 2022 Post author By 30 seconds of code
How can I add a key-value pair to a JavaScript object? Post date July 21, 2022 Post author By 30 seconds of code
Tip: Compare strings regardless of case and accent Post date July 17, 2022 Post author By 30 seconds of code
Replace all occurrences of a string in JavaScript Post date July 3, 2022 Post author By 30 seconds of code
Tip: Prefer primitives in useEffect dependencies Post date June 12, 2022 Post author By 30 seconds of code
What’s the difference between :root and html in CSS? Post date May 22, 2022 Post author By 30 seconds of code
Number to fixed-point notation without trailing zeros Post date May 10, 2022 Post author By 30 seconds of code
How can I remove trailing zeros from a number in JavaScript? Post date May 8, 2022 Post author By 30 seconds of code
3 ways to use the JavaScript spread operator with arrays Post date April 17, 2022 Post author By 30 seconds of code
Immutable JavaScript objects using the Proxy object Post date April 10, 2022 Post author By 30 seconds of code
Faster element removal in unordered JavaScript arrays Post date March 20, 2022 Post author By 30 seconds of code
Tip: Watch out for mutable default arguments in Python Post date February 27, 2022 Post author By 30 seconds of code
What are the differences between Maps and objects in JavaScript? Post date February 13, 2022 Post author By 30 seconds of code
What is the difference between Object.freeze() and Object.seal() in JavaScript? Post date February 6, 2022 Post author By 30 seconds of code
What is the difference between static and instance methods? Post date January 30, 2022 Post author By 30 seconds of code
What is recursion and when is it useful? Post date January 23, 2022 Post author By 30 seconds of code