MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / formatSplit

Function formatSplit

Tip-Calculator/app.js:42–46  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

40//FORMATTING SPLIT
41
42function formatSplit(value){
43 if(value === '1')
44 return `${value} Person`;
45 return `${value} People`;
46}
47//LISTENING FOR INPUT EVENT ON CONTAINER
48
49container.addEventListener('input', update);

Callers 1

updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected