MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects /

Class

assets/js/Budget.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class UI {
2 constructor() {
3 this.budgetFeedback = document.querySelector(".budget-feedback");
4 this.expenseFeedback = document.querySelector(".expense-feedback");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected