I am from Java background and I am banging my head on my table, looking all this. Great video Thanks!
robinsingh
Hi,
You simplified it beautifully :)
This is the only Video Tutorial I found where the comments section is also equally helpful :)
Thanks. Keep creating :)
sameekshagupta
This is very much frequently ask questions.!! Very Well Explained...Cheers.
swarasworld
just starting to learn javascript. Thanks, the content was really straightforward yet v informative
karamjitbrar
You are tooo good because of your examples i understand the logic..
arshadqureshi
I know this stuff, but I give a like because I learned a lot, a lot from previous videos. always easily digestible content
maciejs
i really i like it bcz i understnd it well, thank u.
zakariyamohamud
I really like your videos. They are very easy to understand!
shivpatel
You are awesome... Thanks for making your videos simple
nikiiiiify
Thanks for the tutorial! Notice at minute 9, should rather use &&.
yass-a
awesome video....I learn a lot..thanks
abhiabhang
Thanks a lot for detailed explanation!
dmytromoroz
Dear TechSith, I would request you to do some tutorials on Proxy, Design Patterns in Javascript, Json, Ajax in Javascript, Angular, Node, React frameworks would be really helpful in cracking the interviews
v.sivamanoharreddy
Helo boss,
in addition the operation it is okay 4 + '2' = 42 (number to string conversion).
But in subtraction
4 - '2' = 2 (string to number conversion)
Do You have any words for this..
seenuvasanv
Good video. I'm using your videos to prepare for next javascript interviews :) keep doing it. thanks
guimarquesini
<ul>
<li>Vikas</li>
<li>Vishal</li>
</ul>
i have to change all li :
script :- let li =
li.forEach(elm=>{
for(let i = 0; i<li.length; i++){
elm.textContent = i
}
})
this output is
output : 1
1
but i want
output : 1
2
i have to change all li justlike
vikrambam
techsith, very nice video, but you forgot about -0 ( Boolean(-0) === false )
nikitaermishin
Hi techsith, Please make tutorial on Async/Await in Js with example.
mohsinrahman
sir i have a doubt that why its showing output as 6 when "3" * "2" is written and why not "33"
pichanakaduku
hi techsith, you are amazing, you explain deep sh*t easily. requesting you to please make a video on JavaScript interview questions for 4 years to 8 years of experience. More precisely like make a video which cover all important topics, questions and answers and put title "before JavaScript interview". it will definitely help a lot of job seekers. cheers!