Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is the assignment operator?

  2. A.

     <-

    B.

     ->

    C.

     =

    D.

     ==

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The assignment operator is a left-pointing arrow, so creating and declaring variables looks like this:
    foo <- bar


Be The First To Comment