Channel Avatar

Learn with Shikaar @UClcwksZnNGHP8YqGFm4nWzg@youtube.com

32 subscribers

At Learn with Shikaar, we’re all about mastering the art of


02:48
Swap Three Numbers Without a Third Variable in JavaScript — Clever Math & Logic Trick Explained! 🔄
02:48
Add Two Large Integers as Strings in JavaScript — Safe Big Number Sum Without Losing Precision! 💡
02:49
Find Sum of Two Highest Numbers in Array with JavaScript — Fast Max Pair Algorithm Explained! 🚀
03:13
Sum Odd Elements in Matrix with JavaScript — Fast Methods to Count and Sum Only Odd Values! ProTip!
03:26
Calculate Sum of Geometric Progression in JavaScript Formula + Code Explained
03:46
Sum Main Diagonal Elements in a Matrix with JavaScript - One Simple Trick to Avoid Off-by-One Now!
02:34
🔢 JavaScript Tutorial Calculate Sum of Digits of a Number
04:42
🔢 Shrink Any Number to One Digit! Beginner-Friendly JavaScript Sum of Digits Trick Explained
03:45
Sum and Count of Even and Odd Numbers in JavaScript — Easy Tutorial for Beginners to Learn Fast
03:19
Subtract Integers Without Arithmetic Operators in JavaScript — Bitwise Trick Experts Use!
03:25
Count Numbers in a Range Where Odd Digit-Sum Divides the Number — Fast JavaScript Trick Revealed!
02:41
Multiply Every Digit by 3 in JavaScript — Map vs True Multiplication (Try This Trick!) — Explained!
04:09
Extract Last or Middle Character(s) of Each Word in JavaScript - Quick Trick You'll Use Every Day!
04:24
Count Trailing Zeros in Factorial Using JavaScript - Fast Math Trick You'll Use in Interviews! Now!!
04:27
Convert Number to Excel Column Title in JavaScript — Quick Trick to Decode Spreadsheet Labels Now!
04:07
Excel Column Title to Number Conversion — Decode Spreadsheet Columns with This Trick Fast!
03:21
Is Your Number Ugly? How to Check Ugly Numbers in JavaScript — Fast Methods & Edge Cases Revealed!!!
03:43
Detect a Downward Trend in an Array with JavaScript — One Simple Trick to Spot Drops Instantly Now!!
03:29
How to Calculate the Volume of a Triangular Prism—One Simple Trick to Avoid Rounding & Unit Mistakes
04:01
📐 How to Calculate the Volume of a Pyramid — Quick Trick to Avoid Unit and Rounding Mistakes!
03:40
How to Get the Middle Character(s) of a String — Quick Trick for Odd & Even Lengths (Try It Now!)
03:01
🔍 How to Find the Missing Number in an Array in JavaScript — Fast, Safe Tricks You’ll Want to Use!
02:33
Visualize Triangular Numbers with Dots in JavaScript — Fast Pattern Trick to Generate n(n+1)/2 Now!!
03:06
📐 How to Find a Cube Root Step-by-Step — Manual Method, Factor Tricks & Newton’s Iteration
04:02
🔢 Checking if a Number Is a Sastry Number in JavaScript—Try This Quick Trick to Find 183 Instantly!
02:38
How to Check if a Number Is a Repdigit in JavaScript — One Quick Trick That Works for Large Numbers!
03:31
📐 How to Check If Two Vectors Are Orthogonal in JavaScript — The Easy Dot Product Trick!
03:37
🔢 How to Check if a Number Is a Harshad (Niven) Number in JavaScript — Simple Trick You Didn't Know!
03:26
📦 Calculate the Volume of a Hexagon Prism in JavaScript—Quick Trick to Avoid Unit & Rounding Errors!
03:14
📺 How to Calculate the Volume of a Cylinder in JavaScript — Don’t Get Pi Wrong (Quick Tip!)
02:55
📺 📦 Calculate the Volume of a Cuboid in JavaScript — Avoid This Common Unit Mistake (Quick Fix!)
03:14
📦 How to Calculate the Volume of a Cube in JavaScript — Avoid This Common Unit Mistake (Quick Tip!)
03:26
🧮 How to Calculate the Volume of a Cone in JavaScript — One Simple Mistake to Avoid!
04:06
Evaluate Reverse Polish Notation in JavaScript RPN Algorithm with Stack Explained
03:33
Find Prime Factors of a Number in JavaScript Prime Factorization Explained
03:15
🔍 How to Find the Twin Prime of a Number in JavaScript
02:56
📺 🚀 Find All Prime Numbers Up to N Using JavaScript (Sieve of Eratosthenes Explained!) 🧠
03:13
How to Check If a Number Is Pronic in JavaScript JavaScript Math Algorithm Tutorial
03:28
How to Express a Number as the Sum of Consecutive Integers in JavaScript Number Logic Tutorial
03:25
How to Convert Hexadecimal to Binary in JavaScript Easy JS Tutorial for Beginners
03:18
🌐 How to Calculate the Volume of a Sphere in JavaScript — Don’t Make This Common Formula Mistake!
03:14
🌓 How to Calculate the Volume of a Hemisphere in JavaScript—Use This Simple Trick to Avoid Mistakes!
03:14
🔢 Calculate the Nth Lucas Number in JavaScript
02:49
📹 ♻️ How to Swap Variables in JavaScript — 3 Easy Methods Explained
03:31
📺 How to Subtract Elements from an Array in JavaScript — Easy Array Manipulation Tutorial
03:33
🔢 ➖ Subtract Complex Numbers | Step-by-Step Complex Number Tutorial
04:01
✖️ Multiply Complex Numbers | Step-by-Step Complex Number Tutorial
03:24
📺 Find All Prime Numbers in JavaScript | Efficient Sieve Method Explained!
03:00
🎥 Limit a Value Inside a Range in JavaScript Clamp Numbers with Ease
04:15
📺 JavaScript Math Calculate Gamma Function with Lanczos Approximation
03:50
📺 First 20 Hamming Numbers in JavaScript | Clean Algorithm Explanation
04:21
📺 Extended Euclidean Algorithm in JavaScript GCD with Coefficients
03:32
📹 How to Divide Complex Numbers in JavaScript 🧮 Step by Step Guide
02:52
🎥 🔢 Count Integer Digits in JavaScript | Find Number Length Easily
03:05
📹 🔟 Check if a Number is a Power of 10 | JavaScript Math Tutorial
03:58
JavaScript Math Calculate Falling Factorial of a Number
03:35
📺 Calculate Divisor and Modulus in JavaScript | Division and Remainder Explained
02:43
🎥 How to Calculate Combinations in JavaScript Clean Math Formula Explained
04:43
Add Two Complex Numbers in JavaScript | Complex Math Made Easy
02:45
🎥 Round Numbers in JavaScript & Remove Extra Zeros Clean Decimal Values Easily