Ad
  • Custom User Avatar

    // i use array like this
    var arr= [1,2,3]

    // but what is this thing called..?
    var [c1, c2, c3] = [1,2,3]

    // i am beginner in js