add day16

This commit is contained in:
Zoe
2022-10-09 01:12:08 -05:00
parent b37cfee924
commit a00c923e08
30 changed files with 6436 additions and 0 deletions

11
day16/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: "",
});