JSFiddle - React, Tailwind, and code Playground

by termi

CoffeeScript

test = ->
  [a, b, c] = [1, 2, 3]

  asd=
    a: (([a, c] = [100, 99]) && c)
    b: 2
    
debugger
test()