[Solved] how solve this appears illegal character when i click two times?


Rather than using eval to create dynamic variable names, simply use dynamic property names:

var data = {};

$('a.play-video').click(function(){
  var currentLocation = window.location;

  var fullurl = window.location.href; 
  var key = fullurl.split("sendx")[1];

  var sinvnword = $('.question-label.active').last().text();

  console.log(sinvnword);
  data[key] = sinvnword;

  console.log(AXY + "GETIT");
  console.log(AXY+"mor");

  console.log(AXY + "muerte"); 
});

solved how solve this appears illegal character when i click two times?