javascript-tutorial / javascript-tutorial/fr.javascript.info
mistake in tutorial (for lookbehind chapter)
未關閉
適合新手
還沒有人認領這個 Issue。
- 主要語言
- HTML
- 星號
- 242
- 分支
- 109
- PR 合併指標
- 30 天內沒有已合併 PR
描述
il est écrit "=" au lieu de "!" dans la deuxième phrase du tutoriel sur le chapitre "lookbehind" de cette page https://fr.javascript.info/regexp-lookahead-lookbehind:
**"La syntaxe est:
Lookbehind positif: (?<=Y)X, correspond à X, mais seulement si il y a Y avant lui.
Lookbehind negatif: (?<=Y)X, correspond à X, mais seulement si il n’y a pas Y avant lui.
"**
La phrase doit être
**Lookbehind negatif: (?
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
開啟連結的 regexp lookahead/lookbehind 教學頁面,找到第二個關於 lookbehind 語法的句子。將負 lookbehind 運算子從 "(?<=Y)X" 更正為 "(?
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 1/5
- 預估耗時
- 1 小時以內
- 活躍度
- 活躍
- 描述清晰度
- 描述清楚
- 新手友好度
- 95/100