MAYeah, properties on const object can be changed. It's common practice in the company im working currently. But Object.freeze() can be used to make properties non-writeable. I think it can be used on arrays as well :-)Reply·Article·Dec 29, 2022·Write JavaScript like a pro
MACool post. I'm soon going to use tailwind for the first time. It's nice to know it's a good framework. I didnt know it can do responsive styling :-)Comment·Article·Dec 25, 2022·Why is Tailwind CSS better than CSS3?
MAEyy, appreciate it! :)Reply·Article·Dec 8, 2022·How to close popup when clicking outside it using JavaScript