JavaScript beginner tutorial 28 - form values explained

  Рет қаралды 47,932

Quentin Watt Tutorials

Quentin Watt Tutorials

Күн бұрын

In this video I explain how we use the value property when working with forms and I explain what we did in the previous video.
Don't forget to subscribe:
/ quentinwatt Social links:
-------------------------------------------------------------
Add me on twitter:
/ quentinwatt
facebook group:
/ quentin.watt
-------------------------------------------------------------

Пікірлер: 27
@TamarindoDrone
@TamarindoDrone 10 жыл бұрын
Thank you for all of the useful tips! I am new to JavaScript and came to realize very quickly there is quite a bit of syntactical overhead not to mention a significant amount of built in objects and so forth to remember. Your tutorials have been the most effective, and easy to understand. Thank you again for all of the help and I look forward to watching the rest of your videos!
@terryboys2557
@terryboys2557 10 жыл бұрын
It is very good that you showed the effect of appending .value to the name variable. It highlights the flexibility of the javascript to represent two types of object with a minimal change to the code.
@akashgovindabhat8947
@akashgovindabhat8947 2 жыл бұрын
Quientin SIR! You have taught me HTML, CSS, JS! It's amazing how u teach so nicely! I just hope you continue on your journey!
@QuentinWatt
@QuentinWatt 2 жыл бұрын
Thank you. 🙏
@AliASHTV
@AliASHTV 6 жыл бұрын
thank you so much for these videos!!!
@kisuulejamesfrancis4530
@kisuulejamesfrancis4530 9 жыл бұрын
thanks nice tutorials to learn javaScript .
@georgigeorgiev2219
@georgigeorgiev2219 9 жыл бұрын
Thank you very much. GOD bless you.
@jonessmith8670
@jonessmith8670 6 жыл бұрын
Very very good!
@Michael-dw7td
@Michael-dw7td 9 жыл бұрын
Cheers Quentin
@mikejones3865
@mikejones3865 9 жыл бұрын
Ill admit I was alittle lost in the middle of this because I felt alot of different things were coming at me. Im very new to all of this though, so im just aiming for elementary understanding to help strengthen my resume up a bit.
@MarkusJNowak
@MarkusJNowak 9 жыл бұрын
Great JavaScript tuts! Thanks Please extend this series :D Subbed + Liked
@souravpodder2402
@souravpodder2402 8 жыл бұрын
Awesome
@rakeshsahu8010
@rakeshsahu8010 10 жыл бұрын
it was helpful
@baymax142
@baymax142 8 жыл бұрын
Great tutorials but can you do more tutorials on different types of jscript events _liked
@jacksonmihayo3088
@jacksonmihayo3088 5 жыл бұрын
appreciate
@tomazceljski
@tomazceljski 10 жыл бұрын
It should be the 27th tutorial, second part :)
@Syd-fz3od
@Syd-fz3od 9 жыл бұрын
Why to you need to key in value="" in your input element?
@subratarabidas4090
@subratarabidas4090 7 жыл бұрын
thnx
@steinadlerx5917
@steinadlerx5917 10 жыл бұрын
tako je
@vijay44able
@vijay44able 9 жыл бұрын
Hi quentin, I have been watching your tutorials , thank you. everything is fine until now. I am facing problems while learning these forms and stuff. any otherway to learn ? so confused mate
@aproopjoshi
@aproopjoshi 9 жыл бұрын
Eone channel Go through HTML Forms and I'm sure you'll understand :)
@QuentinWatt
@QuentinWatt 10 жыл бұрын
Yup, sorry. This is the 28th and the other 1 was the 29th. My mistake. :)
@MominParveez
@MominParveez 8 жыл бұрын
it took me half an hour to write this. but i understood all the concepts ... function print_typed() { var welcome_para = document.getElementById("welcome"); var name =document.getElementById("name").value if(name=="") { var blank = prompt("Type a name"); if(blank==""){ var blank2 = prompt("please! , Enter Your Name"); if(blank2==""){ welcome_para.innerHTML=" You didn't type a Name. Refresh and try again "; } else if(blank2!==""){ welcome_para.innerHTML="Welcome " + blank2; } } if (blank!=="") { welcome_para.innerHTML="Welcome " + blank; } } else if(name!==""){ welcome_para.innerHTML="Welcome " + name; }
@liiisajarviiis
@liiisajarviiis 6 жыл бұрын
to make it a bit simpler, why not name the "name" variable as something like, "nameVar" and the "name" ID to "nameId". Then that way its easier to follow the process.
@froggleberry
@froggleberry 9 жыл бұрын
got.Keen(!)
@QuentinWatt
@QuentinWatt 9 жыл бұрын
***** hahaha.. Good one. :)
@maxamedjaamac1339
@maxamedjaamac1339 9 жыл бұрын
that was little bit difficult
JavaScript beginner tutorial 29 - submitting forms
9:44
Quentin Watt Tutorials
Рет қаралды 89 М.
Inheritance in JavaScript - Prototypal Inheritance tutorial
20:06
Homemade Professional Spy Trick To Unlock A Phone 🔍
00:55
Crafty Champions
Рет қаралды 28 МЛН
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 7 МЛН
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 4 МЛН
We Got Expelled From Scholl After This...
00:10
Jojo Sim
Рет қаралды 37 МЛН
Javascript beginner tutorial 5 - Data types
11:28
Quentin Watt Tutorials
Рет қаралды 135 М.
Common Programming Concepts in Rust
14:33
Let's Get Rusty
Рет қаралды 93 М.
Async JS Crash Course - Callbacks, Promises, Async Await
24:31
Traversy Media
Рет қаралды 1,4 МЛН
Javascript Closure Tutorial | Closures Explained
17:58
Dave Gray
Рет қаралды 137 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,1 МЛН
JavaScript beginner tutorial 19 - switch statements
12:14
Quentin Watt Tutorials
Рет қаралды 87 М.
JavaScript beginner tutorial 27 - forms
9:49
Quentin Watt Tutorials
Рет қаралды 101 М.
Async JavaScript & Callback Functions -- Tutorial for Beginners
24:21
Build A Simple Calculator App - Python Tkinter GUI Tutorial #5
18:05
Homemade Professional Spy Trick To Unlock A Phone 🔍
00:55
Crafty Champions
Рет қаралды 28 МЛН