MCPcopy Create free account
hub / github.com/Igorcbraz/Calculadora / constructor

Method constructor

src/js/components/Button.js:7–9  ·  view source on GitHub ↗
(buttonContainer = document.getElementById('buttons-container'))

Source from the content-addressed store, hash-verified

5 #buttonRows = buttons
6
7 constructor(buttonContainer = document.getElementById('buttons-container')) {
8 this.#buttonContainer = buttonContainer
9 }
10
11 generateButtons() {
12 this.#buttonRows.forEach(row => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected