iTGid.info - Alex Lushchenko's courses
🪬 JavaScript 24 Course: https://itgid.info/ru/course/js24
🫶 Thank the author - Monobank: 5375414126666006 Lushchenko O
🍹 Donate - https://www.buymeacoffee.com/itgid
✈️ Ask a question via Telegram: https://telegram.me/itgid_admin
Author's courses:
ReactJS: https://itgid.info/ru/course/reactjs
Array Methods: https://itgid.info/ru/course/arraymethod
RU Channel: / itgid
UA Channel: / @itgidua-web7836
Working with form elements to retrieve data. We'll learn how to retrieve text from inputs with the text and password types, and how to retrieve numbers from input numbers. We'll retrieve a color from input color, a date, and a number value from input type range. We'll work with a select drop-down list. We'll retrieve the value of a selected option from the select list, and learn how to make the required option selected using JavaScript. We'll work with textareas, reading and writing text to them. And, looking ahead, we'll work with checkboxes.
00:00 Sprint Overview
01:30 Getting Text from an Input
06:00 What to Get in a Constant?
10:10 Getting numbers from input type=number
12:20 Getting colors from input type=color
13:50 Getting dates from input type=date
14:50 Getting values from input type=range
17:00 Getting values from select
20:40 Selecting the desired option from select
23:00 Working with textareas in JavaScript
25:30 Working with input type=checkbox in JavaScript