1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

javascriptでパズルゲームを作ってみた

Posted at

#javascriptでものを作るvol.2
phina.jsというライブラリを使い、パズルゲームの制作をしました。
作っている中で
this.〜
を何回も出会いthisについて気になったので調べて見ました。

javascriptでのthisの使い方は4種類あることがわかりました。

メソッド呼び出し
関数呼び出し
コンストラクタ呼び出し
apply,call呼び出し

javascriptを勉強すればするほど奥が深いと感じました。

パズルゲーム制作に参考にしたサイト
https://phiary.me/phina-js-sliding-puzzle-game/

thisの使い方で参考にした記事
https://qiita.com/takeharu/items/9935ce476a17d6258e27

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?