INSERT MANDATORY GIF
A useless circle that follows youre mouse or touch. link: https://the-useless-circle.vercel.app/
Click the link.
index.html:16-21
- The picture tag has no corresponding closing tag, and the div closing tag has no corresponding opening tag.script.js:54-135
- The functions could use some comments to ease readability.script.js:72-93
- drawCirclePoints is quite a big function with lots of nesting, breaking out parts of it as smaller functions could help readability.script.js:62
- The parameter e is never used, so doesn't need to be there.script.js:77-79
- There is inconsistent indentention here.
Tested by the following people:
- Tobias Åhlund
- Anna Brumark
- Styrbjörn Nordberg