proposal-named-parameters
proposal-named-parameters copied to clipboard
An exploration of adding named parameters to JS
Results
3
proposal-named-parameters issues
Sort by
recently updated
recently updated
newest added
Just some refactoring
I know this is pedantic/picky/petty, but the term "arguments" (in the context of functions) refers to the values stored by parameters, while the term "parameters" refers to named identifiers that...
What happens if we name a parameter in an existing web API, but then the web API starts overloading one of its parameters? Is there a plan for such cases?...