Forum: DOM and JSON scripting
12-07-2012, 10:58 AM
|
|
Replies: 7
Views: 691
|
Forum: DOM and JSON scripting
12-05-2012, 08:42 PM
|
|
Replies: 7
Views: 691
How to show funtion DOM
Hi,
I want o show function results, but I dont know how to do that.
show = function(t) { console.log(new Date(t).toString()); };
getServertimeFromFacebook = function(cb) {
...
|