Easy JavaScript - User Input - prompt & confirm (8)

preview_player
Показать описание
Welcome to the eighth Easy JavaScript Tutorial, Beginner JavaScript Tutorial, part of Easy Programming! Thus far, I've covered how to output data. In this tutorial, we're going to look at two ways you can ask your user for input. Essentially taking your web application from Web 1.0 to Web 2.0 by making it interactive.

The most practical way to ask for input is usually through form elements. This is something we'll cover in a future tutorial. Today, we're going to cover two built in methods (or functions) of the Window object. They are confirm() and prompt().

I hope you enjoy the video and if you have any questions, please ask in the comments below. If you have any requests feel free to let me know. Thanks for watching and remember to subscribe!

-----------

Рекомендации по теме
Комментарии
Автор

Where these tutorials based on ES6 or ES5?

andrewravenholm