We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b715179 + 57b86ef commit 022be29Copy full SHA for 022be29
docs/3-web-servers/03-module/index.md
@@ -245,7 +245,7 @@ console.log(format(new Date(), "yyyy年MM月dd日"));
245
246
## 課題
247
248
-1. サンプルコードの dateFns 変数の中身をデバッガで観察してみましょう。
+1. サンプルコードの `dateFns` 変数の中身をデバッガで観察してみましょう。
249
2. [`mathjs` パッケージ](https://www.npmjs.com/package/mathjs)は、JavaScript で複雑な計算を行うためのライブラリです。このライブラリを用いて、$\log(x)$ を $x$ について微分した式を求めてください。
250
<Answer>
251
0 commit comments