for Loop In JavaScript In Hindi | for Loop In JavaScript In Hindi | JS for Loop In Hindi #javascript
learnhindituts
#javascript #js #webdevelopment #software #programming #coding Actually किसी code of block को repeatedly run करने का सबसे easy way looping है , while loop या do while loop में अगर हम ध्यान से देखेंगे तो 3 steps को follow किया गया है -
- Initialization
- Condition
- And Increment / Decrement
अब For Loop में इन तीनो statements को अलग अलग लिखने की वजाय हम एक साथ लिखते है जिससे Looping और easy हो जाती है।
Syntax : for(initialization ; condition ; increment / decrement) { //code of block }
तो Syntax में आप देख सकते हैं कि For Loop में , हम तीन Expression देते हैं , जो कुछ इस तरह से Run होते हैं। .
First Expression For Loop में Initial Expression हैं जहाँ हम किसी variable को Define करते हैं ।
Second Expression Conditional Expression होता है और हर iteration में second expression execute होता , Condition True होने पर ही loop में Entry होती है otherwise हम Loop से बाहर हो जाते हैं।
सबसे last में Third Expression रन होता है , जहां पर हम किसी variable को Increment / Decrement करते हैं। यह भी हर iteration के last में ही execute होता है। , हालाँकि यह Optional होता है , यह variable हम Loop के अंदर भी Increment / Decrement कर सकते हैं । . . Related Video : JS while Loop : https://youtu.be/_7jxjVULz5E . . visit website to learn programming www.learnhindituts.com . . Social Media Links :
Instagram : https://www.instagram.com/learnhindituts Facebook : https://www.facebook.com/learnhindituts Pinterest : https://in.pinterest.com/rahul_kumar_rajput/learnhindituts . . . About Me :
Hi ! My name is Rahul Kumar Rajput. I'm a web developer and founder of learnhindituts.com, I love to talk about programming as well as writing tutorials and tips that can help to others. I am a big fan of PHP, Python, NodeJS, ExpressJS, Javascript, JQuery, Laravel, MySQL, Mongo DB from the early stage. . . . Get connected with me :
LinkedIn : https://www.linkedin.com/in/im-rahulkumar-rajput Twitter : https://twitter.com/im_rahulkumar_ Instagram : https://www.instagram.com/im.rahulkumar.rajput Facebook : https://www.facebook.com/im.rahulkumar.rajput . . . Keywords
#coding #code #codes #codinglife #programming #programmer #programmers #programminglife #program #cs #cse #computerscience #softer #engineering #software #learnhindituts #career #itjob @learnhindituts
for loop in javascript in hindi , for loop example in javascript , javascript for loop in hindi , javascript for loop example , what is for loop in javascript, for loop in js in hindi , for loop example in js , js for loop in hindi , js for loop example , what is for loop in js, difference between for loop and while loop , for loop kya hai , coding in hindi, programming in hindi, programming tutorials in hindi, coding tutorials in hindi, programming language, computer language in hindi, what is programming in hindi, computer science, computer science students, students, study in hindi, learn in hindi, by learnhindituts, rahul kumar, php tutorials in hindi, python tutorials in hindi, java in hindi, php in hindi, nodejs in hindi, programming kya hai , coding kaise seekhen, programming kaise seekhen,
- in hindi, how to learn programming in hindi, how to start coding , how to * in hindi, ... https://www.youtube.com/watch?v=FP0MMEfy5wU
52402026 Bytes