pamelafox / recursive-visualizations

An online tool to visualize recursive JS functions step-by-step as a tree.
https://www.recursionvisualizer.com/
GNU General Public License v2.0
45 stars 10 forks source link

Accept single-quote inputs #3

Closed abdallahy271 closed 2 years ago

abdallahy271 commented 2 years ago
Screen Shot 2022-03-08 at 5 29 17 PM

Currently, single-quoted strings return a Syntax Error when passed as argument to the function

pamelafox commented 2 years ago

Fixed thanks to #4