Results 3 issues of Kirill

to build the app without VS

When running the following code: ```javascript import htm from 'https://unpkg.com/htm?module' function h(type, props, ...children) { return { type, props, children }; } const html = htm.bind(h); console.log( html` bold regular...