It is my Computer Notes.
Using Guide : object-key or object-key-key
e.g. Step 1 Blog Search : [mysql-run] and then Step 2 ctrl+F [mysql-run]
{bookMark me : Ctrl+D}
2013年7月4日 星期四
Javascript 5 ways to call a function
Javascript 5 ways to call a function
function make Array(arg1,arg2) {return [this, arg1,arg2]} e.g. makeArray('one','two'); global Function call
alter(typeof window.makeArray); = function window.makeArray('One','Two'); [window, 'one','two']
沒有留言:
張貼留言