Last active
January 15, 2023 12:00
-
-
Save wayanjimmy/a79dba0ef6a47d2a3d113e6400bb60ba to your computer and use it in GitHub Desktop.
Revisions
-
wayanjimmy revised this gist
Jan 15, 2023 . 1 changed file with 7 additions and 0 deletions.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 @@ -40,5 +40,12 @@ "breed": "Birman", "age": 4, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " }, { "id": "7", "name": "Nyan", "breed": "Birman", "age": 5, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " } ] -
wayanjimmy revised this gist
Jan 15, 2023 . 1 changed file with 35 additions and 0 deletions.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 @@ -5,5 +5,40 @@ "breed": "Balinese", "age": 7, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " }, { "id": "2", "name": "Blizzard", "breed": "Bengal", "age": 7, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " }, { "id": "3", "name": "Kitty", "breed": "Bengal", "age": 2, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " }, { "id": "4", "name": "Cheddar", "breed": "Javanese", "age": 1, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " }, { "id": "5", "name": "Apricot", "breed": "Javanese", "age": 1, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " }, { "id": "6", "name": "Carrot", "breed": "Birman", "age": 4, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " } ] -
wayanjimmy renamed this gist
Jan 15, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
wayanjimmy created this gist
Jan 15, 2023 .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 @@ [ { "id": "1", "name": "Garfield", "breed": "Balinese", "age": 7, "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget. " } ]