This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-07-15 14:11:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
eaf7f05a68
Branches
Tags
No results found.
wiki
/
content
/
20200922162003-parameter_default_values.md
Ryan Kes
4ef8371441
Quartz sync: May 6, 2024, 10:40 PM
2024-05-06 22:40:05 +02:00
146 B
Raw
Blame
History
id
title
d30a86d5-3788-47d0-a749-08e7edce2efd
JavaScript Parameter default values
ES6
function
foo
(
x
=
0
,
y
=
0
)
{
}