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 committed Mar 11, 2024
1 parent c51a327 commit 3893f86
Showing 1 changed file with 76 additions and 104 deletions.
Loading

0 comments on commit 3893f86

Please sign in to comment.