javascript-tutorial / javascript-tutorial/en.javascript.info
Incorrect information
未關閉
還沒有人認領這個 Issue。
- 主要語言
- HTML
- 星號
- 25.5k
- 分支
- 4k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
找出介紹 Array、類別和建構函式的教學文章,然後比較 issue 中引用的相互矛盾說明。完成的標準是術語一致,並清楚區分類別與建構函式,包括 Array 是否可以在不使用 new 的情況下呼叫。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100