Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Missing JavaScript files for Chapter 5 Practice

オープン
#3 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
javascript
領域
frontend

調査の方向性

Practice/05_04/ と Practice/05_08/ の index.html ファイルを開き、参照されている JavaScript パスとフォルダーを比較します。不足しているパスは、各練習フォルダーの components/Backpack.js、components/data.js、script.js です。両方の練習ページが報告された 404 エラーなしで読み込まれ、コンソールの動作が機能すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Issue Overview

http://127.0.0.1:5500/Practice/05_04/
http://127.0.0.1:5500/Practice/05_08/

Both of these practice file folders are missing the JavaScript files.

Describe your environment

Steps to Reproduce

Expected Behavior

Current Behavior

GET http://127.0.0.1:5500/Practice/05_04/components/Backpack.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:16
GET http://127.0.0.1:5500/Practice/05_04/components/data.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:17
GET http://127.0.0.1:5500/Practice/05_04/script.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:18

GET http://127.0.0.1:5500/Practice/05_08/components/Backpack.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:16
GET http://127.0.0.1:5500/Practice/05_08/components/data.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:17
GET http://127.0.0.1:5500/Practice/05_08/script.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:18

Possible Solution

Add these files so the index.html file works properly with the console.

Screenshots / Video

Related Issues

主要言語
JavaScript
スター
2k
フォーク
4k
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

LinkedInLearning/javascript-essential-training-2832077 のほかの issue

LinkedInLearning/javascript-essential-training-2832077 の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。