filmov
tv
Practice Reading JavaScript Documentation, Learning Iterators, some, every, and filter Methods JS

Показать описание
In this lesson we go over, Practice Reading JavaScript Documentation, Learning Iterators, some, every, and filter Methods JS. This video is based on Codecademy's JS Iterators section, lesson, "Iterator Documentation". In it, we learn how to navigate JavaScript documentation. We learn what the documentation sections contain. We learn that MDN's method page allows us to learn about the different built-in JavaScript methods available to us. We learn the MDN documentation tells us correct syntax when using a method. The JavaScript documentation teaches us the parameters a method can accept or requires. The best JavaScript documentation explains the return value of the function and has an extended description! Good documentation should obviously have good examples of using the method to see good use-cases. It is important to read up on programming documentation and get good at analyzing documentation in every programming project. Make sure to get comfortable reading JavaScript documentation because it will get you ready to read any type of programming documentation. This will lead you on your way to becoming a programming master! Learn to practice reading documentation regularly to keep your programming skills sharp and impress your developer friends!