aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes functional versus OOP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "functional versus OOP" Watch "functional versus OOP" New topic
Author

functional versus OOP

J. Kevin Robbins
Ranch Hand

Joined: Dec 16, 2010
Posts: 380
    
    3

I know the book focuses first on the functional aspects of Javascript because this is where the real power lies. But does it also cover the OOP aspects and how to use them properly?

For instance, I was just reading this page where it talks about wrappers for primitives. I wasn't even aware that Javascript had this feature or that they could get you in trouble. So much to learn...

btw, I realize this page is talking about things you shouldn't do, and the object wrappers are used internally, but I find this sort of "don't do it this way" information to be extremely helpful.


"I have a mind like a steel... uh... thingy."
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

Jk Robbins wrote:I know the book focuses first on the functional aspects of Javascript because this is where the real power lies. But does it also cover the OOP aspects and how to use them properly?

Yes. Chapter 6 focuses on object-orientation using the function's prototype property.

But remember that two important aspects of object-orientation in JavaScript are constructor functions, and the prototype property of functions. So even when using OO in JavaScript, we're right back to functions being the most important concept in the language.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: functional versus OOP
 
Similar Threads
What is AOP?
Coders at Work - Looking Back at Djikstra's Support of OOP
How to retrieve string representation of <INPUT> value?
Functional Testing using jmeter
i want to touch OOP