tomjhinton / Aluminati

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spec

Using Vue, display all numbers from 1 to 100 in a random order on the screen. This number should be configurable via a provided input box. If the user places their pointer over a given number, highlight that numbers' divisors. For example, if the user hovers over 21, the numbers 1, 3, 7 would be highlighted. 22 would highlight 1, 2 and 11.

Task

The provided code is functional, but it's got some issues that need to be resolved. Try and improve the code how you see fit - please leave comments to justify your decisions.

About


Languages

Language:JavaScript 83.4%Language:Vue 15.4%Language:HTML 1.2%