Node JS in Hindi #47 REPL - Read-Eval-Print-Loop

preview_player
Показать описание
In this node js video, we will learn what is REPL. it stand for Read-Eval-Print-Loop in node js in the Hindi language. this video is made by anil Sidhu in the Node js in the Hindi Language.

What is REPL
Example of REPL
Interview Question

Рекомендации по теме
Комментарии
Автор

Please Support me by Subscribe, Like and Comment

codestepbystep
Автор

4:28 :
error cause the variable is declared as Constant.
if the variable was declared like : let x = 10, then the value would have been 10, as it's a post increment. So, if we put another console.log after the first console.log then the value would be 11

ritomukherjee
Автор

var x = 2;
console.log(x++);
let y = 2;
console.log(y++);
const z = 2;
console.log(z++);

Terminal:
2
2
TypeError: Assignment to constant variable.

ersp
Автор

we need angular and nodejs series..explain crud with use of angular and node pls

avanishexplorer
Автор

The ans of last question is that you cannot modify value of any variable if u declare them as const

rajesmaheshwari
Автор

thank you so much sidhu sir 🤩, i learned angular and node tutorial from you !!! u r awesome ❤❤❤, please upload one MEAN stack project

Appdev_reactnative
Автор

sir cluster atlas koo bhi easy kr k explain kr dein or thora guide kr dein.

morph_eus
Автор

i was looking for videos of angular project with nodejs but didn’t able to find the same in the playlist .

vibhorekapoor
Автор

Congratulation in advance for 300k subscribers bro.

DelightCodeDev
Автор

const ki value change nahi hoti ha is liye error print hoga k const ki value increase kr rhe ho iske liye apko var use krna parega aur jab var use kroge to tab b ans 10 he print hoga q k ++increment krta ha just phr next step ma agar ma console.log(x) print kro to phr 11 print hoga...

PakistanInstitute
Автор

Sir please node js se Angular ka project bnaiga please

KhanRehan-xkot
Автор

x++ means x = x + 1;
And you can't reassign the value in const so Assignment to constant variable error occurred.

creativedev
Автор

#forSuterdayWalaVideo
Product based company kaam kya krti hai kyo ek baar unka application to ban jata hai, fir aage kya krte hai

anilrajmeena
Автор

agar const k jagah let ya var use kre, then error to nhi aayega lekin output 10 he aayega, aisa q ?? 11 aana chahiye na

ranjitgupta
Автор

Error aayega because constant variable h and constant variable value cannot change.

mohdshahbaz
Автор

Can we say that REPL is just shell script for Node

kumargourav
Автор

11, to nahi ho skta kyoki ye loop me nahi hai

Error aayega

anilrajmeena
Автор

please create video for this topic
var x = 2;
console.log(x++);
let y = 2;
console.log(y++);
const z = 2;
console.log(z++);

Terminal:
2
2
TypeError: Assignment to constant variable.

ersp
Автор

error aayega because const values are constant and cannot be changes

deepanshukhorwal
Автор

TypeError: Assignment to constant variable.

mrmalik
join shbcf.ru