From 5e50a29e22c4bcb3e95073222cc83d5c44fada97 Mon Sep 17 00:00:00 2001 From: devfuner Date: Sun, 10 Aug 2025 13:17:23 +0900 Subject: [PATCH] Edit diff function result data --- src/chapter05/diff-previous-current.js | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/chapter05/diff-previous-current.js b/src/chapter05/diff-previous-current.js index 9c68a47..0876494 100644 --- a/src/chapter05/diff-previous-current.js +++ b/src/chapter05/diff-previous-current.js @@ -1,16 +1,16 @@ diff(previous, current); -//{ -// "authorsById": { -// "dave-gibbons": { -// "name": "David Chester Gibbons", -// } -// }, -// "catalog": { -// "booksByIsbn": { -// "978-1779501127": { -// "title": "The Watchmen" -// } -// } -// } -//} -// +// { +// "catalog": { +// "authorsById": { +// "dave-gibbons": { +// "name": "David Chester Gibbons", +// } +// }, +// "booksByIsbn": { +// "978-1779501127": { +// "title": "The Watchmen" +// } +// } +// } +// } +// \ No newline at end of file