cody - HTMLify profile
files of /cody/bradtraversy/50projects50days/notes-app/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const addBtn = document.getElementById('add')
const notes = JSON.parse(localStorage.getItem('notes'))
if(notes) {
notes.fo
const notes = JSON.parse(localStorage.getItem('notes'))
if(notes) {
notes.fo