Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/
Class
Geometry/Pyramid.js:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
* @param {number} height - The height of the pyramid
7
*/
8
export
default
class
Pyramid {
9
constructor(bsl, height) {
10
this.bsl = bsl
11
this.height = height
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected