DDRarely are these things accidents. You decision to open up the job alert in the dead of night was an extension of the hustle state of mind you developed, and it worked. Congratulations!Comment·Article·Dec 27, 2022·My Developer Journey: Dev Retro 2022
DDWith objects and arrays, since they are references, you can technically change their contents even if you declare them with const. Using const is just a better practice to indicate that those objects or arrays should not be modified.Comment·Article·Dec 26, 2022·Write JavaScript like a pro