Skip to content

geraldfullam/javascript-for-loop-optimization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Tom McFarlin

In this video, we'll look at some steps we can take to optimize our loops so they are as performant as possible. We're going to be doing this through the use of a demo web application, three different browsers with tests and sample code.

We'll try to answer the following questions.

  1. What is the fastest way to iterate through a collection of elements?
  2. Why is this important to know?
  3. Does the type of data you're iterating through matter?

These are source files for the Tuts+ tutorial video: JavaScript For Loop Optimization

Available on Tuts+. Teaching skills to millions worldwide.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • HTML 49.0%