Open Bryan-an opened 1 month ago
In the example the code execution result is true, but when I execute the same in the console of the browser, I got false, because set1 is not a subset of set2, to make this true, set2 must have the number 1:
true
false
1
In the example the code execution result is
true
, but when I execute the same in the console of the browser, I gotfalse
, because set1 is not a subset of set2, to make thistrue
, set2 must have the number1
: