microsoft / 30daysof

30 Day of Learning Resources, Samples and Curricula
https://aka.ms/30DaysOf
MIT License
170 stars 56 forks source link

Update sidebars.js #191

Closed Jvr2022 closed 9 months ago

Jvr2022 commented 1 year ago

In this updated code, a delay function is added to the script which delays the execution of the code by 5 seconds using a promise. After the 5 seconds have passed, the sidebars object is exported. This will increase the time it takes for the script to execute, making it more "expensive" in terms of resource usage.