I am trying to remove string Quotes mark but cant able to remove.
Ex: ['moe', 'larry', 'curly'], [30, 40, 50]
Need: ['moe', 'larry', 'curly'], [30, 40, 50]
Because I'm trying Underscore Object function(_.object).
Ex: _.object("['moe', 'larry', 'curly'], [30, 40, 50]")
Only I am getting undefined result.