JBJihan Binte Jashiminjihanbjashim.hashnode.dev·Feb 7, 2023 · 2 min readJazzing Up Your Code with JavaScript Arrays: A Groovy GuideArrays in JavaScript An array is a unique data structure that holds an ordered collection of elements, which can be of any data type such as numbers, strings, or even other arrays. It allows you to store multiple values in a single variable, which ca...00
JBJihan Binte Jashiminjihanbjashim.hashnode.dev·Dec 22, 2022 · 8 min readNumber system & conversion in Computer ScienceThere are several methods to define the number system. The method of writing, representing numbers, or representing the same number in different ways is called the number system There are two types of number systems. Non-Positional Number System Po...00
JBJihan Binte Jashiminjihanbjashim.hashnode.dev·Dec 22, 2022 · 3 min readMastering Linked List in JavaScriptWhat is Linked List? Linked List is a linear data structure, that stores information/data as a set of linearly connected nodes. Each node in this list contains data along with a pointer to another node. It can only be accessed in sequence, either fro...00
JBJihan Binte Jashiminjihanbjashim.hashnode.dev·May 5, 2022 · 2 min readHow JavaScript code is executed? 🤔So I was exploring JavaScript for a few days. And I got to know that JavaScript is the most hated & the most loved language in the programming world 😆 Now also I've noticed very few tutorials about JavaScript actually cover how JavaScript works behi...00