Refactor fetch-examples
script to only use async/await
#1693
Labels
Good First Issue
A beginner-friendly issue, great for first-time contributors
Help Wanted
Would love additional input or contributions!
Priority:High
Should be addressed soon but not critical
Type:Task
Tasks tied specifically to developer operations and maintenance
Nature of issue?
Feature enhancement details:
The file
examples.js
has been edited by many people over the years and could use a refactor. It uses callbacks, Promises, and async/await, and I think that it should be refactored to just use async/await.The text was updated successfully, but these errors were encountered: