move advice to the main

This commit is contained in:
Mylloon 2022-11-21 10:45:29 +01:00
parent de19112c2b
commit ac31070293
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -59,11 +59,12 @@ const main = () => {
// TODO: Remove the current video and the buttons
// TODO: Add function who go to the next video (used by the button's listener)
};
/* Help:
for (let [key, value] of Object.entries(tree)) {
// key is the number (0, 1, 2)
// value is the [filename, extension]
}
/* Help for TODOs:
*
* for (let [key, value] of Object.entries(tree)) {
* // key is the number (0, 1, 2)
* // value is the [filename, extension]
* }
*/
};