Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOdinProject/javascript-exercises
/ pascal
Function
pascal
computer_science/recursion/5_pascal/pascal.js:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
pascal =
function
() {
2
3
};
4
5
// Do not edit below this line
6
module.exports = pascal;
Callers
1
pascal.spec.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected