Sudoku Solver

Background & Concept

I am starting to learn JavaScript, so I built a sudoku solver. It uses the naive backtracking method where it picks the first solution it finds, so you can also solve the empty sudoku. It’s nothing fancy but it works!