Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 695 Bytes

interview-exercises

As the candidate, your tasks are

  1. load the html page into a browser and test its functionality
  2. note the bugs and fix them. Be prepared to explain your work. (use window.alert or a new span to put out error messages)
  • if you get stuck and can't make any progress, ask for help because getting some help and making progress is better than not getting anything done.
  1. explain the function pattern at the end

Extra credit: change the equation entry to free form text entry

  1. first, make it functionally equivalent to the existing entry
  2. second, allow any well formed equation using the given operators with the addition of parentheses