223k views
0 votes
If you want to try more comparisons, write more tests. Have at least one True and one False result for each of the following:Tests for equality and inequality with stringsTests for equality and inequality with strings.Tests using the lower case function.Numerical tests involving equality and inequality, greater than and less than, greater than or equal to, and less than or equal to.Tests using "and" and "or" operators.Test whether an item is in a array.Test whether an item is not in a array in javascript

User Jinhua
by
8.7k points

1 Answer

5 votes

Answer:

Step-by-step explanation:

Conditional More Conditional Tests: Have at least one True and one False result for each of the following:

Tests for equality and inequality with strings

Tests using the lower() function

Numerical tests involving equality and inequality, greater than and less than, greater than or equal to, and less than or equal to.

Tests using the and keyword and the or keyword

Test whether an item is in a list

Test whether an item is not in a list

hope it helped u dear..

User Skeggse
by
7.8k points

No related questions found