Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 246 Bytes

File metadata and controls

12 lines (8 loc) · 246 Bytes

Complete this quiz by checking one answer per question.

  1. What would the following code return: '1' == 1
  • true
  • false
  1. Choose the correct operator to express or logic
  • a | b
  • a || b
  • a or b