0

What's the functional difference, if any, between these bits of javascript code? I want to know if wrapping the property in quotation marks changes its behavior.

a = {
  b: 1
}
a = {
  "b": 1
}
bitclip
  • 187
  • 7

0 Answers0