Fearlessย โขย 8h
๐ Day 3/21 โ My JavaScript Learning Journey Today I explored two core concepts: Loops & Strings. ๐น Loops in JavaScript for โ classic loop with index. while โ runs until a condition is true. do...while โ executes at least once. for...of โ best for iterating over arrays/strings. for...in โ used for object keys. ๐น String Methods .length โ get string size. .slice(start, end) โ extract part of a string. .toUpperCase() / .toLowerCase() .includes("text") โ check substring. ๐ก Example: let str = "JavaScript"; for (let char of str) { console.log(char); } โจ Every loop is a different tool โ the trick is knowing which one to use when. โWhich loop do you use the most in your projects? #21DayJavaScript #JavaScript #Coding #WebDevelopment #LearningJourney
Student @Geethanjali...ย โขย 1y
๐ Dive into the world of JavaScript Loops with our comprehensive tutorial! Whether you're just starting out or looking to brush up on your skills, this video is perfect for you. ๐ What's Inside? โก For Loops: Learn how to efficiently repeat action
See MoreFull-time Freelancer...ย โขย 1y
Most Javascript Questions Asked in Interview | PART 2 1. What is difference between a for loop and for Each loop Ans: A for loop is traditional loop that uses a counter variable to iterate over an array. ForEach loop is a method that iterate over a
See MoreKeen Learner and Exp...ย โขย 1m
Day 3 of learning python as a beginner. Topic: Loops Loops are of two types: for loop and while loop. For loop is used when: 1. you know how many times you have to repeat, in my case I know I have to repeat it 10 times to get a full multiplication
See MoreFounder of VistaSec:...ย โขย 6m
๐ Top Programming Languages & Tools for Exploit Development & Reverse Engineering ๐ ๏ธ ๐ Top Programming Languages ๐น C & C++ โ Low-level access, memory manipulation ๐น Assembly (x86, x64, ARM) โ Essential for understanding binaries ๐น Python โ Sc
See MoreKeen Learner and Exp...ย โขย 1m
Day 9 of learning python as a beginner. Topic: string slicing and manuplating. Strings are immutable i.e. they cannot be changed or modified however we can create a new string using the old one. Strings are made up of letters which can be indexted
See MoreHey I am on Medialย โขย 3m
Nikita Bier costs $10k for a hour long advisory session - hereโs a free ChatGPT prompt for assessing the virality of your app instead: Analyze my appโs current UX, UI, and social architecture through the lens of engineered virality, meme-driven dis
See MoreDownload the medial app to read full posts, comements and news.