
[SOLVED] ERR_MODULE_NOT_FOUND - Cannot find module.md
Mar 23, 2023Guide to fix the pesky error of ERR_MODULE_NOT_FOUND with Javascript applications

How to fix require is not defined in JS
Feb 8, 2023

[Solved] Git ignore node_modules not working (.gitignore)
Feb 7, 2023Step by step fixes for Git ignore node_modules not working

[Fixed] Ngrok - Access to *.ngrok.io has been denied
Feb 6, 2023Tips to fix the Access to *.ngrok.io has been denied for Ngrok tunneling service

[Fixed] SyntaxError Cannot Use Import Statement Outside a Module
Feb 5, 2023Step by Step to fix: SyntaxError Cannot Use Import Statement Outside a Module

How to Fix Javascript onbeforeunload not working
Jan 26, 2023Ever had problems with onbeforeunload not triggering? Check out steps to fix this in this post!

[Fixed] await is only valid in async functions and the top level bodies of modules
Jan 25, 2023Wondered to how to fix 'await is only valid in async functions and the top level bodies of modules' errors? Check out options in this post!

Fixing SyntaxError Unexpected Token 'export'
Jan 21, 2023Having issues with the error SyntaxError Unexpected Token 'export'. This post list ways to get rid of that!

[How To] Javascript format date to dd mm yyyy in 2023
Jan 21, 2023Need to convert dates to the format DD/MM/YYYY in JavaScript? Check this post for all the ways to this!

How to fix SyntaxError Unexpected Token in JSON
Jan 18, 2023Getting SyntaxError: Unexpected token < in JSON at position 0 when using fetch or JSON.parse. I will go over fixes for this!

Fixing DataTables Warning Incorrect Column Count
Jan 17, 2023Getting the DataTable warning of incorrect column count? Check this post to resolve it!

Fixing DataTables Pagination CSS not working correctly
Jan 2, 2023Getting CSS to work on DataTables pagination could be tricky. We can go over a few steps to resolve this.

How to capitalize first letter in JavaScript
Dec 1, 2022In this post we go over seven examples on how to capitalize the first letter in JavaScript.

Fix JavaScript setTimeout not working
Apr 15, 2022The `setTimeout` function can come in handy for delaying execution. We go over few reasons why the settimeout function is not working - ranging from using parentheses to incorrect scope or this keyword.

JavaScript replaceWith examples
Apr 10, 2022The replaceWith function replaces a element with another. This post will go through basic and advanced examples of how to use the replaceWith function.

How to create a wave displacement WebGL effect
Jan 1, 2021How to create a wave displacement WebGL effect

How to make a follow cursor effect with JavaScript
Dec 29, 2020Follow cursor effect using Javascript, GSAP and CSS