javascript-tutorial / javascript-tutorial/en.javascript.info
Incorrect information
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
Array is not a built in class but a constructor function. It can be called without new.
I've been trying to clearly understand the differences between classes and constructor functions and by telling me that a constructor function is a class while in the previous article you told me that a class and a constructor are two different things confuses me even more.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the tutorial articles that describe Array, classes, and constructor functions, then compare the conflicting explanations quoted in the issue. Done means the terminology is consistent and clearly distinguishes classes from constructor functions, including whether Array can be called without new.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100