I’ve been coding for the past year, but I always struggled to fully understand functions. I used to try, but couldn’t get it right. However, after watching your video, I was able to confidently write functions on my own from the very first day! Thank you so much for sharing your knowledge-you’re doing an amazing job. I see you’ve started offering paid courses now, which is great, but I hope you’ll continue sharing free content on TH-cam for those just starting out. Thanks again, sir!
@@anishkumar.2135 same bhai mere sath bhi ye he hai.. maine UDEMY per Course purchase kare hai per vo kuch jyada he advance level pe sikha rahe hai toh starting maine socha yha se karu ..vaise udemy per bhi mane 1 month sikha javascript ko fir youtube per aa gya 😅
29:34 bro jab bhi tum kuch galat type karke ese camera me dekhte ho phir khud has jate h , mere liye wo stress relief kar deta hai, kyuki hasne se wo chij or ache se samaj aa jati h , pata nhi main ye kya likh raha hu heheh but ese karte raha karo
sir visual layout code ka through banan start kiya tha hum na starting mein phone pa hee html sikha tha iska baad html mein acha laga to css shikha bhot dinno ka baad laptop liya is interest aaya web development mein logic ka through layout ready karna mein maaza aata tha toh is sa start kiya humna kya ye tarika sai haa kya humara interest haa web development mein?...... ;)
let count = 1 function myPet (userName, habit,age){
console.log(`${count} Hii i am ${userName}, Basically i love to ${habit} sometimes because i am a dog after all, right? and you know what when i was ${age} years old my dad adopt me `); count++ } myPet('Pluto', 'scratch', 2) myPet('Chiku', 'eat',1) myPet('Chari', 'sleep',3)
function aboutMe(userName, age){ console.log('Hi, ') console.log(`My Name is ${userName} `) console.log(`My Age ${age}`) return 'arigtou' } const userName = prompt('Enter Your Name :') const age = prompt('Enter you age :') aboutMe(userName,age) 🙃I tried this
I’ve been coding for the past year, but I always struggled to fully understand functions. I used to try, but couldn’t get it right. However, after watching your video, I was able to confidently write functions on my own from the very first day! Thank you so much for sharing your knowledge-you’re doing an amazing job. I see you’ve started offering paid courses now, which is great, but I hope you’ll continue sharing free content on TH-cam for those just starting out. Thanks again, sir!
Couldn't ask for a better mentor! 💯
Etni acchi quality expect nahi kri thee Maine channel ko dekhke #underrated
Valuable content . Extremely underrated
Bhai wonderful. Cllg mein bhi kabhi itne achhe se samjh nahi aaya. 🎉🎉❤❤❤
Awesome, keep learning and sharing 😊
Day 11: video 28 completed ....thank you sir making such great video 😊
maine itne jayda tutorial dekh liye the kabhi ye functions samajh hee nhi aaya tha aaj ache se samjh aa gya thank you very much sir
Awesome, keep learning and sharing 😊
@@procodrr Sir which color theme are you using on vs code.. i did not get it on my vs code..
@@mitamaji7706 Theme extension
@@mitamaji7706
download prettier extension
bahi me react sekrha abhi lekin apki ye playlist milgayi hai ab dobara se js pe agaya ho is course me knowledge boht deep hai..
Awesome, keep learning and growing 😊
@@procodrr thanku for this amazing course😍
Same bhai 😅 me pahle do youtuber se padha js or phir react Sikh rha tha phir js ka ya playlist Mila start Kiya or ab tak dekh rha hu 🤝
@@anishkumar.2135 same bhai mere sath bhi ye he hai.. maine UDEMY per Course purchase kare hai per vo kuch jyada he advance level pe sikha rahe hai toh starting maine socha yha se karu ..vaise udemy per bhi mane 1 month sikha javascript ko fir youtube per aa gya 😅
Yeh quality expect nahi kri thee Maine channel ko dekhke #underrated
I'm glad that you liked my content.
Keep learning and sharing 😊
you are very humble person
I saw many videos regarding function but did not understand that much deep and clear that I learned in this lecture. thank you Sirji...
Awesome, keep learning and sharing 😊
@@procodrr Sir please let me know which color theme are you using on your vs code.. so it will be easy to understand your with your complete Course
sir aap yakin nhi krege mera pura BCA complete ho gya pr mujhe Function samj nhi aaya aaj aapki video dekh kr samj aaya aapka bhot bhot shukriya sir
apki smile ma sha Allah😍khush rahaen sir hamesha esi tarah
You just saved me very very help full video you explained me function better than my teacher.❤️
Awesome Bro ♥️
You are the best.. Guruji. ❤
Sir your are my best teacher ever.
bahot achha Sir❤❤
sir thank you very much
29:34 bro jab bhi tum kuch galat type karke ese camera me dekhte ho phir khud has jate h , mere liye wo stress relief kar deta hai, kyuki hasne se wo chij or ache se samaj aa jati h , pata nhi main ye kya likh raha hu heheh but ese karte raha karo
Theek hai main aise hi karunga 😃
Great explanation thank you
Great lecture sir.
Thanks 😊
Nice Anurag Bhaiya.
Good Morning Bhaiya JI. Episode 28 completed.
Watched for 3 times now I got🎉
thanks a lot bhai ji
thankyou so much
Successful complete episode 28
Watching 28 episode ❤❤
console.log('I am a ',profession);
console.log(`I am a ${profession}`);
Is there any difference between these two statements, they work same.
In the first line, there is no existence such type of code, so when you try to execute then JS will show an error.
sir visual layout code ka through banan start kiya tha hum na starting mein phone pa hee html sikha tha iska baad html mein acha laga to css shikha bhot dinno ka baad laptop liya is interest aaya web development mein logic ka through layout ready karna mein maaza aata tha toh is sa start kiya humna kya ye tarika sai haa kya humara interest haa web development mein?...... ;)
Sir which color theme are you using on vs code.. i did not get it on my vs code..
completed
let count = 1
function myPet (userName, habit,age){
console.log(`${count} Hii i am ${userName}, Basically i love to ${habit} sometimes because i am a dog after all, right?
and you know what when i was ${age} years old my dad adopt me `);
count++
}
myPet('Pluto', 'scratch', 2)
myPet('Chiku', 'eat',1)
myPet('Chari', 'sleep',3)
Sir i am akash aapka Nibber -->>> I am not a mechanical Engineer ...... I am software Engineer 😁😁😁😁😁😁😁😁
p = procodrr
day 28 of learning js
Very confusing concept sir
Araam se 2, 3 baar dekhoge to samajh aayega.
function aboutMe(userName, age){
console.log('Hi, ')
console.log(`My Name is ${userName} `)
console.log(`My Age ${age}`)
return 'arigtou'
}
const userName = prompt('Enter Your Name :')
const age = prompt('Enter you age :')
aboutMe(userName,age)
🙃I tried this