Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/videos/p5js-2.0/async-await/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"title": "p5.js 2.0: async and await",
"description": "This video tackles one of the bigger changes in p5.js 2: loading data with async and await! Fear not, I'll cover how to transition from preload and callbacks in p5.js 1.0 to using promises with async/await in 2.0.",
"videoId": "0Ad5Frf8NBM",
"nebulaSlug": "codingtrain-p5js-20-async-and-await",
"date": "2025-09-29",
"languages": ["p5.js", "JavaScript"],
"topics": ["async/await", "promises", "p5.js 2", "preload", "callbacks"],
Expand Down