Fixing JavaScript

未关闭 适合新手
#109 14 条评论 3 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
2/5
预计耗时
1-3 小时
新手友好度
65/100
Issue 类型
重构
描述清晰度
描述清楚
活跃度
停滞
技术栈
javascript
领域
frontend

调研方向

该 issue 是关于在 repository 的 JavaScript 文件中将变量声明从 var 更新为 letconst。先定位所有 JavaScript 文件(可能在 project root 或 js/ 目录中),并使用代码编辑器的搜索功能查找 var 的实例。根据使用情况确定合适的替换(对会被重新赋值的变量使用 let,对常量使用 const)。完成更改后,在浏览器中测试 quiz 功能,确保没有 regression。

由索引模型根据 Issue 内容生成。

描述

planned for v2

I noticed variables are declared as var instead of using let or const someone should change all of them to their respected type. If no ones willing to do this I'm alright with working on this.

主要语言
HTML
星标
1.1k
派生
451
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

8values/8values.github.io 的其他 Issue

查看 8values/8values.github.io 的全部 Issue

相似的 Issue

更多 Web Dev Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。