I didn't see that. :) But as I have read in other areas, JavaScript is based on ECMAScript. And *Object-oriented programming (OOP)* is a programming paradigm <http://en.wikipedia.org/wiki/Programming_paradigm> that uses " objects <http://en.wikipedia.org/wiki/Object_%28computer_science%29>" and their interactions to design applications and computer programs. Is this correct?
On Thu, Oct 23, 2008 at 6:18 PM, Hassan Schroeder <[EMAIL PROTECTED]>wrote: > Brett Patterson wrote: > >> I am in the middle of a conversation with this guy who says that >> JavaScript is an object-oriented language. Is he correct? Could you please >> site some references? >> > > How about the standard itself? :-) > > <http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf > > > > Overview > ... > > ECMAScript is an object-oriented programming language for > performing computations and manipulating computational objects > within a host environment. > > HTH, > -- > Hassan Schroeder ----------------------------- [EMAIL PROTECTED] > Webtuitive Design === (+1) 408-621-3445 === http://webtuitive.com > > dream. code. > > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* > > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
