Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Aishwat Singh

Aishwat Singh

Aishwat Singh has asked 5 questions and find answers to 14 problems.

Stats

768
EtPoint
313
Vote count
5
questions
14
answers

About

function foo1()
{
  return {
      name:"Aishwat"
  };
}

function foo2()
{
  return
  {
      description:"the cool guy !"
  };
}

console.log(JSON.stringify(foo1()));
console.log(JSON.stringify(foo2()));
//Even javscript plays me! :'(  :D