5 ms·
Cool stuff! One suggestion: if the code wasn't changed yet, switching languages should adjust the syntax in the initial example. So the default `var foo = 'bar
by Xion 13y ago
Cool stuff!
One suggestion: if the code wasn't changed yet, switching languages should adjust the syntax in the initial example. So the default `var foo = 'bar';` in JavaScript should become `foo = 'bar'` in Python, etc.
- karterk 13y agoThanks, will add that to my todo list!