Today I Learned - Rocky Kev

Tagged “interview”

  1. TIL JS commas evaluate operands

    The comma operator evaluates each of its operands (from left to right) and returns the value of the last operand. var a=(2,3,4,5,6,7), result is 7.

  2. TIL ask about the most successful person

    Ask this one question

See all tags.