6

Full stack development between Python and JS eventually just makes your eyes cross as you confuse things like object definition syntax, '!=` vs `!==`, `.upper()` vs `.toUpperCase()`, `' '.join(list)` vs `array.join(' ')`

Comments
  • 0
    Oh definitely on and json syntax. Honestly going between the json syntax of the two languages is the cause of more errors that i would care to admit.
Add Comment