DVdattatreya vinbackendenthusiast.hashnode.dev路Dec 2, 2023 路 1 min readWhat is strict mode in javascript?So strict mode in javascript is basically used in javascript file to avoid certain mistakes while writing code, we can use strict mode directly on js file and on inside the functions too but we cant use on predefined functions for example if we use...00
DVdattatreya vinbackendenthusiast.hashnode.dev路Dec 2, 2023 路 1 min readhow to avoid not module found error in AWS ec2 when hosting an applicationHello everyone! 馃煛 Ever been stuck solving a problem for hours? Let me share my story: Decided to host my application on Amazon EC2, installed all the necessary packages, and cloned my project from Git. Upon hitting 'npm start,' I encountered a...00