Thứ Ba, 21 tháng 2, 2017

View ALL Javascript Built-in Fuction

View ALL Javascript Built-in Fuction
--------------------------------------------------
for(var x in window)
{
if(typeof eval('window.' + x) == 'function')
{
document.write(eval('window.' + x));
document.write('<br>');
}
}

Không có nhận xét nào:

Đăng nhận xét