Source code
Revision control
Copy as Markdown
Other Tools
function fun1() {
return 10;
}
function fun2() {
return 50;
}
function fun3() {
return 100;
}
function fun1() {
return 10;
}
function fun2() {
return 50;
}
function fun3() {
return 100;
}