JavaScript-Course-2023 icon indicating copy to clipboard operation
JavaScript-Course-2023 copied to clipboard

Syntax Corrections

Open vishal-dcode opened this issue 2 years ago • 0 comments

Syntax errors:

  1. There is an extra closing parenthesis ')' at the end of the first line that should be removed.
  2. In the second line, the square brackets '[]' should be replaced with parentheses '()' for creating a Set.

vishal-dcode avatar Jul 15 '23 04:07 vishal-dcode