A little mixup in course about arithmetic and assignment operators
pauff opened this issue · 1 comments
pauff commented
@jonasschmedtmann
I think there might be a little mixup in JavaScript Fundamentals – Part 1 > Basic Operators, where you classified ++
, --
as assignment operators, but after checking MDN I found out they should be arithmetic operators instead.
The code is in line 89 of the file below:
https://github.com/jonasschmedtmann/complete-javascript-course/blob/master/01-Fundamentals-Part-1/final/script.js
akozdev commented
Yeah, that's true. It will probably be fixed with some update in the future. Thanks!