Hacker News new | ask | show | jobs
by mechEpleb 1954 days ago
The first is an example of default argument syntax, it doesn't mean you can call functions with extra arguments, only that a value will be provided from the declaration if the call doesn't.