I use Developer Mode almost daily for troubleshooting connectivity problems but I had no idea you can use it for writing/testing javascript! Nice one.
@saperis2 жыл бұрын
I thought it's the easiest way to show scripting in JavaScript. Everyone has a browser and can follow along.
@jayasri-ft80402 жыл бұрын
Great work you have done. Thakto
@saperis2 жыл бұрын
Thank you so much 😀
@mohamedleminhammaden39812 жыл бұрын
Var vs Let Thanks for everything God bless you
@saperis2 жыл бұрын
Thank you for watching 😀
@wasimswami3741 Жыл бұрын
Really awesome teaching
@saperis Жыл бұрын
Glad you liked it 😀
@mohamedleminhammaden18822 жыл бұрын
Thanks for this video.
@saperis2 жыл бұрын
You're welcome 😀
@wasimswami3741 Жыл бұрын
I am willing to learn Java script hope and want to apply for my work. Hope I will be able with this kind of teaching.
@saperis Жыл бұрын
I hope so too!
@manjotbhasin2 жыл бұрын
Wow, the way you explain is amazing! Thank you.
@saperis2 жыл бұрын
Glad you think so! 😀
@kdiao3918 Жыл бұрын
Your video is very easy to understand and very useful for someone who has very little knowledge in Java script, keep them coming ❤
@saperis Жыл бұрын
I'm happy you liked the video. By the way, there is a full playlist with similar videos you might find interesting: kzbin.info/aero/PLNwCcck1-mNgASuUVvHeK282pvHzgWP-6
@Asrealasfaboulous2 жыл бұрын
you're awesome , thanks so much.
@saperis2 жыл бұрын
Thank you for watching and commenting 😀
@kevinrodwell2 жыл бұрын
I subscribed a week ago to learn some google sheet stuff, oh well. Looks like its time to learn javaScript let vs var please
@saperis2 жыл бұрын
The macros you can write for Google Sheets are in a scripting language of the name Apps Script. This scripting language is based on JavaScript. So if you learn JavaScript, it's going to benefit you with Google Sheets too. 😀
@iamhassanhashmi2 жыл бұрын
Amazing ♥️
@saperis2 жыл бұрын
Thanks 😄
@zoranbogdan63542 жыл бұрын
(var vs let) * 10 :-) love your videos. Thank you so much
@saperis2 жыл бұрын
Thanks for watching and commenting 😀
@sertzaiweld4389 Жыл бұрын
I was following by live doing your steps. I had to save halfway and shut my pc. Upon reboot, I launched Chrome and opened the form and the sheet from google drive. But I could not find the code I was working on. How or where can you find the source code if you want to edit?
@saperis Жыл бұрын
If you were coding in the Chrome browser itself there is no way to get that code back. If you created an Apps Script project in Google Drive, though, you will most likely find it in the top level of your My Drive.
@EngAbkareno2 жыл бұрын
Hi there, I have a question and need an expert like you to answer, I have sheet with 3 tabs , 3 different persons and admin (want to use 1 only sheet) I want admin to see and edit tab1,tab2,tab3 I want person1 to see tab1 only and edit it I want person2 to see tan2 only and edit it I want person3 to see tab3, tab2 and edit them only Hide the tab make it hidden for all the persons and when show them they are shown to the whole persons. can the script give solution to this?
@saperis2 жыл бұрын
I'm assuming you are asking this question for a Google Sheet file. As far as I'm aware that is not possible.
@daniel_Kings164 ай бұрын
You have a gift for teaching
@CrudeOilisOrganicYouKnow2 жыл бұрын
Var vs Let Please
@TalmadgeMcGhoulaghy2 жыл бұрын
Var vs let. Please and thank you.
@saperis2 жыл бұрын
Here you go: kzbin.info/www/bejne/p2e5Zoybo85smqs
@etiennebesson65862 жыл бұрын
var vs. let 😁
@saperis2 жыл бұрын
Thanks for your support Etienne. 😀
@nicobortoluzzi87242 жыл бұрын
var vs let
@bearhunter0072 жыл бұрын
var vs. let
@JorgePerez-wr6dv2 жыл бұрын
Soy hispanohablante, sin embargo me encanta la manera en que expones el tema, y con ayuda de la traducción automática entiendo perfectamente cada concepto que explicas. Felicidades
@saperis2 жыл бұрын
Me alegra oir eso. 😀
@andreaguerri39482 жыл бұрын
Ma per quanto continui a fare video in questo canale?
@saperis2 жыл бұрын
Spero per sempre 😀
@ryanculverwell2 жыл бұрын
Hello Chanel, please explain how to fix the constant variable error @ kzbin.info/www/bejne/rmTbi4uAosdja7c var vs let
@saperis2 жыл бұрын
You can't actually fix that error because you can only assign a value once to a constant and that's it. You cant re-assign a new value to a constant. That's what the error message is pointing out to.