DEV Community

Discussion on: JavaScript Differences of Back- and Frontend

Collapse
 
incrementis profile image
Akin C.

Hello K,

thank you for your article.
I think I found a typo within the third code snippet:
cosnt [file] = target.files;
I assume you meant:
const [file] = target.files;

I also find it interesting that I came across the name Kangax for the second time.

But please, don`t mind me too much. I am a beginner regarding javascript :).

Collapse
 
kayis profile image
K

Thanks for the fix! Consider it merged :D