Functions in variable | User Role in javascript

  Рет қаралды 59,429

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер
@HiteshCodeLab
@HiteshCodeLab 4 жыл бұрын
Hope you are learning a lot, for more visit courses.learncodeonline.in/learn
@akshayshirkar5787
@akshayshirkar5787 4 жыл бұрын
var getsUerRole=function (name,role) { switch (role) { case "admin": return`${name} is the admin and have full access of org`; break; case "sub-admin": return`${name} is the sub-admin and have full access of org`; case "testprep": return`${name} is the ${role} and have acess to create and delete the course`; case "user": return`${name} is the ${user} and have access to consume the content`; default: return`${name} is partial user and havent yet completed the process`; } } var getUserRole= getsUerRole("akshay","testprep"); console.log(getUserRole); console.log(getsUerRole("praju","admin")); my code with little bit of invention
@AmitKumar-vh6ty
@AmitKumar-vh6ty 4 жыл бұрын
Yes plz make video on shortcut key for copy pasting the code
@Amanguptajiii
@Amanguptajiii 4 жыл бұрын
ctrl+C for copy ctrl + V for paste shift + slash (/) for comment in any language. ctrl + shift + left or right arrow to select texts. ctrl + D for delete ctrl + A for select All text. ctrl + X for cut the text and ctrl + V paste. window + tab for changing the window instent. these are the basic shortcut you will use most while programming.
@SuperKalKent
@SuperKalKent 4 жыл бұрын
Your videos have literally changed my understanding of programming and learning. Thank you for all your work.
@HiteshCodeLab
@HiteshCodeLab 4 жыл бұрын
Thanks
@abhishekj5226
@abhishekj5226 4 жыл бұрын
Yes Sir, please make a video on VS code shortcuts
@daaaa-n7q
@daaaa-n7q 2 жыл бұрын
sir thankyou for opening our mind and teaching a soft process of learning Javascript
@oussamaseif7498
@oussamaseif7498 2 жыл бұрын
you are the best teacher for javascript .
@ankushthakur2177
@ankushthakur2177 4 жыл бұрын
Awesome series, I am loving it day by day. Best teacher in the world
@TanujPandey18
@TanujPandey18 4 жыл бұрын
Btw, I am enjoying this JS series. It's pretty easy and simple. As you said earlier that with no ground-breaking stuffs! 😊 Thank you Hitesh ❤
@suvojitpal4875
@suvojitpal4875 4 жыл бұрын
Woow amazing, as per assignment the break statement are not require, as function returns at break statement and not go further. I am getting a great experience with you sir..😄
@rutvikpandya2729
@rutvikpandya2729 4 жыл бұрын
make a video on shortcut keys for vs code
@mohancena8970
@mohancena8970 4 жыл бұрын
Thank you for everything ❤️ Make video about keyboard shortcuts
@ajayrabari433
@ajayrabari433 4 жыл бұрын
Enjoying the videos. Byt can't wait for the projects.
@alaaasassii4433
@alaaasassii4433 3 жыл бұрын
4:17 I think you can make a variable and put the text then you put break and then return this variable like this : function getUserRole (name , role ) { switch(role) { let text case "one" : text = ```````` ; break ; case "two" : // samething // and then return text ;
@imamansoni
@imamansoni 4 жыл бұрын
Works fine without break; , also yes we want VS Code shortcuts video 👍
@sayamkoul3204
@sayamkoul3204 4 жыл бұрын
Yes we want a video on shortcuts as well as the custom theme you have set!!!
@ganeshkolase7203
@ganeshkolase7203 4 жыл бұрын
Loving your tutorials! Please make a keyboard shortcuts video also
@sethfrady9334
@sethfrady9334 4 жыл бұрын
You are such a good teacher, thank you! :D
@codelightsparkles2403
@codelightsparkles2403 4 жыл бұрын
awesome video, can we have a video on how you costumized your vs code with exact colors?
@sekarreddy928
@sekarreddy928 4 жыл бұрын
Can you make a video on shortcut keys in vscode
@prabhatsingh2606
@prabhatsingh2606 4 жыл бұрын
Sir i'm enjoying this playlist very much . Thanks for amazing content this is very helpful for me
@erbhargavvyas
@erbhargavvyas 4 жыл бұрын
Yes plz make video on shortcut key for copy pasting the code And also extension of the VS code you use most for various language
@myself_nayudu
@myself_nayudu 4 жыл бұрын
Please make a video on keyboard shortcuts
@davidsonzed
@davidsonzed 4 жыл бұрын
Yes, we will love to see a video on VS Code short cuts :)
@fayizshah3017
@fayizshah3017 4 жыл бұрын
Yes bro please make a video on shortcuts in vs code
@Rishiraj-rq8zk
@Rishiraj-rq8zk 3 жыл бұрын
Hey Hitesh one question I had while this lecture i.e. after return where that value gets stored intermediately like in cache or elsewhere. Till we store it in function variable. Somewwhere that value might have been saved calling upon that function.
@alltech-jg9hi
@alltech-jg9hi 4 жыл бұрын
having functions as variables can be very nifty, thanks
@jhonbhai8943
@jhonbhai8943 3 жыл бұрын
Thanks hitesh for making such awesome videos and second please make a video on keyboard shortcuts video ❤
@namanjindal3089
@namanjindal3089 4 жыл бұрын
VS Code shortcuts videdo will me an amazing choice. Will be eagerly waiting for it.
@kartikgupta3756
@kartikgupta3756 4 жыл бұрын
A small difference between a function and a function variable is that we can call function before declaring it but in case of variable function we have to declare the variable and assign a function to it before calling it. A Bonus for the one who will read this comment
@Shanakam
@Shanakam 3 жыл бұрын
Thankyou for this comment. I was going through comments to find a solution to this issue :)
@kartikgupta3756
@kartikgupta3756 3 жыл бұрын
@@Shanakam 👍
@tarunsoni2443
@tarunsoni2443 Жыл бұрын
Which extension do you use that suggests snippets of code?
@saharshnigam6526
@saharshnigam6526 4 жыл бұрын
Yes sir..looking for video on keyboard shortcuts for VS code too
@IqbalAhmed-qk5ix
@IqbalAhmed-qk5ix 4 жыл бұрын
Nice Explain Thank u so much sir
@NishaYadav-pj5mm
@NishaYadav-pj5mm 4 жыл бұрын
Thank you sir for amazing video
@TanujPandey18
@TanujPandey18 4 жыл бұрын
Please make a video on "how to make your VS code look interactive through using different amazing themes" 😃
@muskansrivastava6224
@muskansrivastava6224 4 жыл бұрын
Hello Sir, I always watch your all video. Your teaching method is easy and interesting. Can you please make a video on "WordPress" theme and plugin development.
@rahulpatel4701
@rahulpatel4701 4 жыл бұрын
yes video for a keyboard shortcut
@ramachandrabolisetti2602
@ramachandrabolisetti2602 4 жыл бұрын
is it required to use semicolon near return i need some clarity on it hen it is required when it is not??
@miss_aishya
@miss_aishya 4 жыл бұрын
Please make a video on VS code shortcuts and would love to know how you created VS code theme which you are using.
@muskanmall4401
@muskanmall4401 Жыл бұрын
What viscose extension do you use for code completion
@rajaramk1993
@rajaramk1993 4 жыл бұрын
Please make the shortcut key used for copy paste in VS code
@yashchavan1350
@yashchavan1350 Жыл бұрын
is there any keyboard shortcuts video on vsCode (windows btw).
@vijaynavale3919
@vijaynavale3919 4 жыл бұрын
Keep going 👍
@kapilchhabra3028
@kapilchhabra3028 4 жыл бұрын
Amazing, Love it!.. VS code shortcut would be best if you will teach. Thanks in advance :)
@ayansahana4033
@ayansahana4033 4 жыл бұрын
yes please, keyboard shortcut and extensions video.
@ravi_sorathiya
@ravi_sorathiya 4 жыл бұрын
3:00 i sent you request
@avinashyadav8944
@avinashyadav8944 4 жыл бұрын
please make keyboard shortcuts video on vscode .... it will increase the productivity
@SameerKongath
@SameerKongath 4 жыл бұрын
Nice tutorials
@raj_harsh_
@raj_harsh_ 4 жыл бұрын
Pls make a keyboard shortcut video it's really helpful when we do work in production
@chairabebillo9787
@chairabebillo9787 4 жыл бұрын
Sir how to set up the terminal is VS code ?
@khizerrashid3822
@khizerrashid3822 3 жыл бұрын
Sir kindly tell how to integerate finger print scanner with js or php
@55.yashgoyal40
@55.yashgoyal40 4 жыл бұрын
yes please make a video on shortcuts
@deepshikha6841
@deepshikha6841 4 жыл бұрын
awesome .........sir g
@cryptoniccodict9566
@cryptoniccodict9566 4 жыл бұрын
Yes sir please make a video on vs code Shortcuts
@anbazhagan6826
@anbazhagan6826 4 жыл бұрын
Please make a video about VScode shortcuts Sir..
@priyanshujain8297
@priyanshujain8297 2 жыл бұрын
From where can i get all these codes??
@dewmisilva2440
@dewmisilva2440 3 жыл бұрын
Cannot we use the IF-ELSE STATMENT for this?????
@yashpatil6727
@yashpatil6727 4 жыл бұрын
Yes make video on vs code shortcut
@vishaltailors
@vishaltailors 4 жыл бұрын
Yes sir make vscode shortcuts video
@TechwithLaughter
@TechwithLaughter 4 жыл бұрын
Sir Theme?😊
@dhruvrawat5983
@dhruvrawat5983 4 жыл бұрын
Its Bear I think
@abhinavkuruvilajoseph9274
@abhinavkuruvilajoseph9274 4 жыл бұрын
he is using a custom theme he said that he'll make it as a extension soon
@ankushladani496
@ankushladani496 2 жыл бұрын
Thank you sir...
@techbhupi9398
@techbhupi9398 4 жыл бұрын
Since we are using return keyword break keyword is of no use so if we remove break keyword from here ,there will be no effect
@vemulalakshmikumari2762
@vemulalakshmikumari2762 4 жыл бұрын
Yeah pls make a video on VS Code Shortcuts
@souvikgopalbhattacharya8582
@souvikgopalbhattacharya8582 3 жыл бұрын
how can i import one function of one java script to another
@sanidhyaojha5676
@sanidhyaojha5676 4 жыл бұрын
Why don't you make a video on vs code extensions, themes, fonts that you use
@Nikhil-qi4oz
@Nikhil-qi4oz 4 жыл бұрын
Hi Hitesh pls make a video on shortcut keys for vs code
@p3ace445
@p3ace445 4 жыл бұрын
Shortcut key video would be great sir.
@surya__6243
@surya__6243 4 жыл бұрын
Sir please give suggestions for ug joining students 2020 who are interested in programming.And please tell us basics which we should know before joining college.
@Random_Guy_Bharatwale
@Random_Guy_Bharatwale 2 жыл бұрын
Nice video thnx
@soumalya
@soumalya 4 жыл бұрын
pls make a video on vs code short cuts
@vraj3115
@vraj3115 4 жыл бұрын
#10minutesJS day 15!
@kisankumavat8387
@kisankumavat8387 4 жыл бұрын
Please...Make Video on VS code Shortcuts...ASAP
@abe10
@abe10 4 жыл бұрын
Please update your React Native course @lcoteam!!
@deepakdutta784
@deepakdutta784 2 жыл бұрын
Thank you sir
@somitacharjee6366
@somitacharjee6366 4 жыл бұрын
Sir please make a video on VS code keyboard shortcuts
@jesminaktar4816
@jesminaktar4816 4 жыл бұрын
please do make a keyboard shortcut video on vscode
@anshupanda2149
@anshupanda2149 4 жыл бұрын
how to configure vs code as urs
@085-vaibhavgusain9
@085-vaibhavgusain9 4 жыл бұрын
Thank u☺
@rushlive
@rushlive 4 жыл бұрын
make a video on VS code shortcuts
@lilsanji3134
@lilsanji3134 4 жыл бұрын
make a video for short cut codding
@keshavgupta6549
@keshavgupta6549 4 жыл бұрын
Thankyou bhaiyaaa
@Abdirizakmrashid
@Abdirizakmrashid 3 жыл бұрын
Thanks eng
@satyajitdhal2761
@satyajitdhal2761 4 жыл бұрын
make a video on shortcut key of vscode
@harshitverma2707
@harshitverma2707 3 жыл бұрын
I already know all the shortcuts hehe
@PANKAJKUMAR-fe8zn
@PANKAJKUMAR-fe8zn 4 жыл бұрын
Shortcut key video of VS code sir...plz
@EricOnline92
@EricOnline92 Жыл бұрын
Some reason the ${name} does not work in my Javascript. Other than that everything else is flawless. Thank you.
@dhananjayshingne9105
@dhananjayshingne9105 4 жыл бұрын
Please make VS code shortcuts video
@BikashAdhikari-x8i
@BikashAdhikari-x8i Жыл бұрын
${name} is not working in js
@sivavadlamuri
@sivavadlamuri 4 жыл бұрын
we Want VsCode shortCut keys specfic video.
@siddiqbah7796
@siddiqbah7796 4 жыл бұрын
keyboard shortcuts on vs code
@IqbalAhmed-qk5ix
@IqbalAhmed-qk5ix 4 жыл бұрын
Sir, Plz make Video visual studio code shortcut key
@tradingjournal9466
@tradingjournal9466 4 жыл бұрын
keyboard shortcut video please
@mchakraborty7486
@mchakraborty7486 4 жыл бұрын
plz make video shortcut
@dhruvrawat5983
@dhruvrawat5983 4 жыл бұрын
Extensions,Shortcuts,Themes
@ancxkush
@ancxkush 4 жыл бұрын
Shortcuts video ✋
@ArpanNeupaneProductions
@ArpanNeupaneProductions 4 жыл бұрын
First.
@sayanghosh2883
@sayanghosh2883 3 жыл бұрын
yeh Sammy kaun hai pata lagao Daya😂
@mohdabdulmughninouman1592
@mohdabdulmughninouman1592 2 жыл бұрын
working without break too
@SurendraSingh-tf7tk
@SurendraSingh-tf7tk 4 жыл бұрын
First
@myke.p
@myke.p 4 жыл бұрын
Do not make a separate video of shortcuts, you could always tell them in the video instead! XD
@sharmilapadmanaban4066
@sharmilapadmanaban4066 4 жыл бұрын
Second
Understand the context in javascript
8:38
Hitesh Choudhary
Рет қаралды 72 М.
Code hoisting in javascript
16:49
Hitesh Choudhary
Рет қаралды 75 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Callback and arrow function introduction in array
12:43
Hitesh Choudhary
Рет қаралды 74 М.
#25 Local-Global Variable | Default Value in JavaScript
6:30
Basics of functions in javascript
9:10
Hitesh Choudhary
Рет қаралды 60 М.
How To Create/Use Functions - JavaScript Essentials
9:34
Web Dev Simplified
Рет қаралды 145 М.
JavaScript FUNCTIONS are easy! 📞
12:14
Bro Code
Рет қаралды 51 М.
Introduction to Array in javascript
17:50
Hitesh Choudhary
Рет қаралды 63 М.
#26 Arrow function in JavaScript
5:56
Telusko
Рет қаралды 141 М.
What are conditionals in javascript
8:28
Hitesh Choudhary
Рет қаралды 69 М.
JavaScript Let vs Var vs Constant | Mosh
6:51
Programming with Mosh
Рет қаралды 293 М.