Study

Class 9: Conditional, Array and Operators

  •   0%
  •  0     0     0

  • What is the meaning of this kanji? = 飛行機
    Airplane
  • The repetition of a process or utterance
    Iteration
  • How many countries in South America?
    12
  • 'AND, OR, and NOT'
    Logical Operators
  • The quantity on which an operation is to be done
    Operand
  • '==='
    Strict Comparison
  • Ternary operator represented by two symbols, '?' and ':'
    Conditional operator
  • Puts elements of a list in a certain order
    Sort
  • '> , < , >= , <='
    Comparison Operator
  • Perform computations to see if boolean condition evaluates to true or false
    Conditional statement
  • Settings of an object
    Properties
  • Execute a block of code a number of times
    Loop
  • Affect the grouping and evaluation of operands in expressions
    Precedence