Understanding the const Keyword: With Array and Objects in Javascript
Understanding the const Keyword in Javascript
Whether you're new to JavaScript or an experienced developer, you've likely come across the const keyword. It's a way to declare variables that hold constant values. Once you've declared a variable using ...
abhiwritescode.hashnode.dev6 min read