Skip to content

Instantly share code, notes, and snippets.

@taiypeo
Created March 5, 2019 23:08
Show Gist options
  • Save taiypeo/aa662b12155b77907385960c881a9766 to your computer and use it in GitHub Desktop.
Save taiypeo/aa662b12155b77907385960c881a9766 to your computer and use it in GitHub Desktop.
let last_index = 0; // TODO: check if last_index is in range of videos.length
sections.forEach(section => {
section.data.forEach(item => {
item['video'] = last_index;
last_index++;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment