dchhetri

Resultados 1 preguntas formuladas por dchhetri

Aquí está el jsfiddle El código completo: function foo1(){ return {msg: "hello1"}; } function foo2(){ return {msg: "hello2"}; } // output = "foo1 = {"msg":"hello1"}" console.log('foo1 = ' , JSON.stringify(foo1()));