Hey there, welcome to Code With Sanju! πŸ‘‹

This channel is all about helping you learn full-stack web development using JavaScript, Node.js, and MongoDB β€” even if you're just getting started.

I'm not here to throw theory at you β€” we’ll build real-world projects together, understand how the backend actually works, and slowly make you confident in writing full-stack apps from scratch.

πŸ’‘ What you’ll find here:
πŸ”Έ Backend tutorials with Node.js & Express
πŸ”Έ MongoDB explained in a beginner-friendly way
πŸ”Έ Core JavaScript concepts made simple
πŸ”Έ Project-based learning β€” build as you learn
πŸ”Έ Step-by-step guides with hands-on coding

My goal is to make learning fun and practical β€” no boring lectures, just real coding.

πŸ“… I post new videos every week, so if you're serious about learning and building cool stuff, hit that subscribe button and turn on notifications!

Let’s grow together as full-stack developers πŸš€


Code With Sanju

let a = 0
let b = new Number(0)
if(a){
console.log('Okay im fine')
}
if(b){
console.log('im not fine')
}

what will be the out put?

5 months ago | [YT] | 5

Code With Sanju

Predict the answer







console.log([1,2,3]==[1,2,3])

5 months ago | [YT] | 10

Code With Sanju

Predict the Output


console.log([1, 2, 3] + [5, 10, 15])

5 months ago | [YT] | 8

Code With Sanju

Predict the Output



Console.log( typeof [1,2] )

5 months ago | [YT] | 12