You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organiz automatic creation "db.json" file at first run/Render (reload).
Deserv(s) attention:
- that this is essentially "/tmp/db.json", not "db.json" local/data.. Free plan.
core: B-3 / JS-BL
Copy file name to clipboardExpand all lines: core-courses/3-js-basic-level/11-server-async-await/11-6-pw-11-server-async-await/students-db-server/index.js
+67-1Lines changed: 67 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,73 @@ function deleteStudent(itemId) {
180
180
}
181
181
182
182
// создаём новый файл с базой данных, если он не существует
0 commit comments