Skip to content

Commit

Permalink
Small refactor of app.js
Browse files Browse the repository at this point in the history
- replace a lot of `let` with `const`
- inline some `querySelectorAll` calls
- reduce the scope of some variables
- use some ternaries where it makes sense
- inline one-line functions
  • Loading branch information
jvoisin authored and fguillot committed Mar 11, 2024
1 parent fd1fee8 commit 74e4032
Showing 1 changed file with 76 additions and 104 deletions.

0 comments on commit 74e4032

Please sign in to comment.