This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
817c005845
angular-cn
/
tools
/
transpiler
/
spec
/
functions_spec.js
8 lines
86 B
JavaScript
Raw
Blame
History
function
sum
(
a
,
b
)
{
return
a
+
b
;
}
function
main
(
)
{
assert
(
sum
(
1
,
2
)
==
3
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink