- JSのお勉強ざっくり
- 名刺ジェネレーター
- かんたんなtwitterもどき
難易度: ☆
- エヴァにパイロットを乗せてみろう
- 使徒と戦わせてみよう
難易度: ☆
- render
難易度: ☆☆
- View
- ViewModel
- Model
- Store
Render.md2html('# みだし'); // `<h1>みだし</h1>`<h1> <h2> <h3> <h4> <h5> <h6> <p> <ul><li>
ヒント
class Render {
static md2html(string) {
return string;
}
}
console.log(Render.md2html('#hoge'))$ node xxx.js