add day15

This commit is contained in:
Zoe
2022-10-07 18:21:08 -05:00
parent f3718a1229
commit b37cfee924
29 changed files with 6367 additions and 0 deletions

11
day15/src/main.js Normal file
View File

@@ -0,0 +1,11 @@
import { Reactive } from './lib/ReactiveObject'
import { getCookie } from './lib/cookieManager';
export const appState = new Reactive({
count: 0,
cookie: getCookie('username'),
text: '',
html: '',
year: '',
cookiedata: "",
});