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

Function initializeGuide

src/js/main.js:53–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53function initializeGuide() {
54 const guide = new Guide()
55
56 guide.loadSteps()
57 guide.loadConfig()
58 guide.start()
59
60 return guide
61}
62
63function addEventListeners(calculator, themeManager) {
64 document.querySelector('.reset').addEventListener('click', () => calculator.handleResetValue())

Callers 1

main.jsFile · 0.85

Calls 3

loadStepsMethod · 0.95
loadConfigMethod · 0.95
startMethod · 0.95

Tested by

no test coverage detected