habib.pro

habib.pro

Finding Vowels in a String Using JavaScript

In this blog post, we’ll explore a common coding challenge: counting the number of vowels in a string. This exercise helps you practice string manipulation, loops, and conditionals in JavaScript. We’ll start with a basic approach and then look at…

Diamond Shape in JavaScript: A Coding Challenge

In this blog post, we’ll explore how to create a diamond shape using the # character in JavaScript. This coding challenge will help you practice working with loops, conditionals, and string manipulation, as well as deepen your understanding of pattern…

Building a Pyramid Shape in JavaScript

In this blog post, we’ll explore how to create a pyramid shape using the # character in JavaScript. This exercise is a great way to practice loops, string manipulation, and understanding patterns in coding. Problem Statement Write a function that…

JavaScript Coding Exercise on Step Shapes

In this blog post, we’ll tackle an interesting coding exercise that involves creating step shapes using the # character in JavaScript. This challenge is perfect for beginners looking to strengthen their understanding of loops, string manipulation, and basic algorithm design.…

Javascript Coding Exercise – Anagrams

Check to see if two provided strings are anagrams of each other. One string is an anagram of another if it uses the same characters in the same quantity. Examples: To check if two strings are anagrams of each other,…

Quick grasp on RegEx in JavaScript

Regular Expressions, commonly known as RegEx, are one of the most powerful tools in a developer’s arsenal. While often seen as cryptic and intimidating at first, mastering RegEx can unlock the ability to perform complex text manipulation and validation with…

Azure Fundamentals (AZ-900) exam preparation-B

Answers are provided at the end. 1. Which of the following services falls under IaaS? 2. What is Azure Active Directory (Azure AD) primarily used for? 3. Which cloud model is exclusively hosted for a single organization? 4. What is…