Content
awayjester199902 6h why do you put 2 equal signs? 2 J the-eclectic-chair 6h In a lot of programming languages, 1 equal sign assigns values to keywords, like 10. However, 2 equal signs makes a comparison. So 1 1 will return True while 1 2 will return False. 17 J icneto 2h And then you have JavaScript with to make sure that your elephant is not an orange. 5 J