jsbyojas.hashnode.devArray Methods You Must Know in JSI hope you have read the previous article on array basics since in this article we are going to discuss ahead. JavaScript gives us some amazing built-in methods that make working with arrays even more12h ago·6 min read
jsbyojas.hashnode.devJavascript Arrays 101In this blog we will cover the basics of the most popular data structure - Arrays! in JavaScript Let's Address the Problem Imagine you're building a simple app to track your favorite movies. You might13h ago·5 min read
jsbyojas.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedIntroduction Imagine deciding what to watch on Netflix in the evening today. if you're tired from work, you choose a comedy. if you want something more serious, an action drama. This process of making15h ago·4 min read
jsbyojas.hashnode.devJavaScript Operators: The Basics You Need to KnowWhat Are Operators? Operators are symbols that perform operations on values or operands. They are the building blocks for expressions and are categorized based on the type of operation they perform, s2d ago·3 min read
jsbyojas.hashnode.devUnderstanding Variables and Data Types in JavaScriptIn this blog we will study about variables and data types in javascript. What are Variables In non programming terms , the word "variable" is used to term something that's is not fixed or constant and2d ago·4 min read