Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
Looping and branching statements are fundamental building blocks in modern software. This course will help you deepen your knowledge of these concepts in JavaScript
There are multiple ways to iterate and branch in JavaScript. Some are more suitable than others depending on the given task. In this course, Looping and Branching in JavaScript, you'll learn how to write such code.
First, you'll discover all the different ways to loop over iterables and why and when some ways are better than others. Next, you'll explore advanced iteration concepts that are used less frequently but are nevertheless important to understand. Finally, you'll learn the various ways of writing conditional code, including recent syntax improvements.
When you're finished with this course, you'll have the skills and knowledge of writing efficient and powerful JavaScript code.