Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 321 Bytes

File metadata and controls

17 lines (11 loc) · 321 Bytes

Complete this quiz in class

  1. Booleans are a data type you can use to test the length of a string
  • true
  • false
  1. The following is an operation you can perform on a string
  • concatenation
  • appending
  • splicing
  1. == and === are interchangeable
  • true
  • false