Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

チートシートが欲しい #57

Open
dynamis opened this issue Oct 1, 2019 · 2 comments
Open

チートシートが欲しい #57

dynamis opened this issue Oct 1, 2019 · 2 comments

Comments

@dynamis
Copy link
Contributor

dynamis commented Oct 1, 2019

JavaScript の勉強は別途してくださいというスタンスにはなっているが、チートシートがあると嬉しいという声があるようなので、CHIRIMEN を利用する上でよく使う記法と、躓くポイントについてはチートシートを用意してあげると良いのかも知れない

  • F12 キーでデベロッパーツールを開く
  • console.log などでログを出力
  • getElementById, querySelector など
  • GPIO, I2C API の使い方、呼び出し手順の説明
  • async await の意味と使い方
  • fetch あたりも?
  • onload, onchange 等のイベントハンドラ
    • そもそも addEventListener じゃないのという話もあるにはあるけど...
  • ...
@kou029w
Copy link
Contributor

kou029w commented Oct 1, 2019

基本的な言語機能に関するチートシート

https://jsprimer.net/cheetsheet/ JS Primerの付録。日本語。

https://devhints.io/es6 ES2015、ES2016、ES2017、ES2018、およびそれ以降の基本的な機能のチートシート。英語。
他に fetch (https://devhints.io/js-fetch) や Date (https://devhints.io/js-date) あたりもある。

@dynamis
Copy link
Contributor Author

dynamis commented Oct 1, 2019

取りあえず JS Primer のチートシートのリンクを追加。
印刷して配るものが欲しいけど...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants