From a75468e94c836686c52d46c07a515806316a634e Mon Sep 17 00:00:00 2001 From: PriscilaCodrington Date: Mon, 30 Jan 2023 20:16:42 +0100 Subject: [PATCH] "this is my description" --- priscila.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 priscila.js diff --git a/priscila.js b/priscila.js new file mode 100644 index 0000000..e234bc5 --- /dev/null +++ b/priscila.js @@ -0,0 +1,7 @@ +let priscila = { + name: "Priscila", + lastName: "Codrington", + age: 21, + FavoriteFood: Chocolate, + +} \ No newline at end of file