From 012f9a47a7ee0978bc331021fc849966d593a264 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 10 Jan 2022 16:25:10 +0000 Subject: [PATCH] adding some clarification to the readme --- subjects/declarations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/declarations/README.md b/subjects/declarations/README.md index 2760b04a7..155c9cae0 100644 --- a/subjects/declarations/README.md +++ b/subjects/declarations/README.md @@ -11,7 +11,7 @@ Create the following constant variables: - `num` for `Number` - `bool` for `Boolean` - `undef` for `undefined` -- `nested` that contains +- A `nested` object that contains - arr: an array of the 3 values: 4, undefined, '2' - obj: an object with 3 property (str, num & bool)