5 ms·
What is the syntactic sugar here? I mostly see a map that doesn't behave how anyone would expect.
by tntn 7y ago
What is the syntactic sugar here? I mostly see a map that doesn't behave how anyone would expect.
- JoeNr76 7y agoThe syntactic sugar here is that map and parseInt can be called without specifying all parameters. (But, since JS has no function overloading, it's the same function you're calling.)