New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Oriented Programming questions. #221

Closed
hueitan opened this Issue Nov 27, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@hueitan

hueitan commented Nov 27, 2015

I'm not sure am I right to ask this question in this issue.

Based on the Overview

ECMAScript is an object-oriented programming language for performing computations and manipulating computational objects within a host environment.

Can we expect that the current (or future) JavaScript is already officially define as OOP language?

For the original designed for ECMAScript, means it is not.

ECMAScript was originally designed to be used as a scripting language but has become widely used as a general purpose programming language.

Sorry for this stupid question but it always confuse me.

@bterlson bterlson added the question label Dec 1, 2015

@bterlson

This comment has been minimized.

Show comment
Hide comment
@bterlson

bterlson Dec 1, 2015

Member

I'm not sure I understand the question, but JavaScript past and present is most certainly an OOP language for every useful definition of OOP I am aware of. Going forward this will not change.

Member

bterlson commented Dec 1, 2015

I'm not sure I understand the question, but JavaScript past and present is most certainly an OOP language for every useful definition of OOP I am aware of. Going forward this will not change.

@bterlson bterlson closed this Dec 1, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment