File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -410,9 +410,9 @@ Vite は、標準で TypeScript のトランスパイラが内蔵されていま
4104104 . 以下のコード
411411
412412 ``` typescript
413- function apply<T , U >(f : (x : T ) => U , x : T ): U {
414- return f (x );
415- }
413+ function apply<T , U >(f : (x : T ) => U , x : T ): U {
414+ return f (x );
415+ }
416416 ```
417417
418418 <ViewSource url ={import.meta.url} path =" _samples/apply " noCodeSandbox />
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import ViewSource from "@site/src/components/ViewSource";
99この章では教材の「[ React] ( ../../4-advanced/04-react/index.md ) 」の内容を扱っています。
1010
1111---
12+
1213## ToDo リスト
1314
1415以下のような本格的な ToDo リストを作ってみましょう。
Original file line number Diff line number Diff line change 7272 margin : 10px ;
7373 padding : 10px ;
7474 font-size : 30px ;
75- }
75+ }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import Details from "@theme/Details";
1212この章では教材の「[ フォーム] ( ../../3-web-servers/06-form/index.md ) 」「[ GET リクエストと POST リクエスト] ( ../../3-web-servers/07-get-post/index.md ) 」の内容を扱っています。
1313
1414---
15+
1516## ユーザ名とパスワードを入力してログイン
1617
1718ユーザ名とパスワードを入力してログインするサイトを作ってみましょう。
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ export default {
291291 definition :
292292 "イベント発生時の処理を行う仕組み。onclick 関数、onload 関数など、on キーワードにイベント名をつけた名称になっている。" ,
293293 referencePage : "/docs/trial-session/events/" ,
294- } ,
294+ } ,
295295 javascriptClass : {
296296 name : "クラス (JavaScript)" ,
297297 definition :
You can’t perform that action at this time.
0 commit comments