move advice to the main
This commit is contained in:
parent
de19112c2b
commit
ac31070293
1 changed files with 8 additions and 7 deletions
15
js/main.js
15
js/main.js
|
@ -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]
|
||||
* }
|
||||
*/
|
||||
};
|
||||
|
|
Reference in a new issue