/.js
Created
March 27, 2025 13:35
Revisions
-
jaimemin created this gist
Mar 27, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ // 한 사람의 정보를 나타내는 도큐먼트에 주소를 저장하기 위해 "address" 내장 도큐먼트로 중첩 { "name": "John Doe", "address": { "street": "123 Park Street", "city": "anytown", "state": "NY" } }