KalinaHR Blog
KalinaHR Blog
Follow
Follow
home
Tag

js

#js

More content

Read more stories on Hashnode


Articles with this tag

💪⚛️🔥Building a chat app with ReactJS and Firebase:

Sep 9, 202321 min read

Chat apps have become an essential part of our lives, allowing us to connect with people all over the world in real-time. If you're a developer...

💪⚛️🔥Building a chat app with ReactJS and Firebase:

JavaScript Use Strict

Dec 25, 20225 min read

"Use strict" is a directive added in ES5 that tells the JavaScript engine to execute the code in a stricter mode. Strict mode is a way to opt-in to a...

JavaScript Use Strict

Javascript Scope

Dec 23, 20224 min read

JavaScript is one of the most widely used programming languages for web development. For a JavaScript programmer to write effective code, it is very...

Javascript Scope

How To Debug Javascript Errors And Keep Your Code Running Smoothly

Dec 22, 20224 min read

Debugging can sometimes be a daunting task, especially when it comes to JavaScript. But it doesn't have to be! Knowing the basics and understanding...

How To Debug Javascript Errors And Keep Your Code Running Smoothly