MCPcopy Create free account
hub / github.com/exercism/javascript / square

Function square

exercises/practice/grains/grains.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// convenience to get you started writing code faster.
11//
12export const square = () => {
13 throw new Error('Remove this statement and implement this function');
14};
15
16export const total = () => {
17 throw new Error('Remove this statement and implement this function');

Callers 1

grains.spec.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected