The javascript console is a very important part of a developer life. Here is a small reshape of the console.
Archive for the javascript
Category
27 May 2014
extend the console
22:37 |
javascript
|
1058 views
27 May 2014
instead of conditional call
22:36 |
javascript
|
1093 views
I want to create an easy adjustable command processor class with some implemented callable commands. The command definition like this: In a conditional world we can do the following: Be careful we need to edit this statement every time when we want to put new command into the collection. So we can avoid this if […]
I want to create an easy adjustable command processor class with some implemented callable commands. The command definition like this: In a conditional world we can do the following: Be careful we need to edit this statement every time when we want to put new command into the collection. So we can avoid this if […]

