const fs=require(\'fs\')
function add(task1){
var notes=loadNotes() notes.push({ task:task1 }) saveItems(notes)
}
function