PHP vs JS
- JS is a functional language, the functions are objects.
- Anonymous functions
- Define functions inside functions
- Object model is different, using the prototype model.
- Everything in JS is an object.
- Arrays are not associative.
- No include/require statements
- Event driven model/asynchronous actions.
No comments:
Post a Comment