サポートにご興味がありますか?
JS Questions Lab
?
|
スポンサーシップのお問い合わせ
JS
JS
Questions
LAB
問題
進捗
ランキング
クレジット
お問い合わせ
スクラッチパッド
ja
ショートカット
?
練習を続ける
関連概念
すべて見る
#55
中級
何が出力されるでしょうか?
class Dog {
constructor(name) {
this.name = name;
...
prototypes
types
+1
練習
#66
上級
どのコンストラクタを使えば `Dog` classを継承できるでしょうか?
class Dog {
constructor(name) {
this.name = name;
...
scope
objects
+1
練習
#72
上級
何が出力されるでしょうか?
console.log(String.raw`Hello\nworld`);
scope
template-literals
練習
関連概念
#prototypes
#template-literals