Investigations - JavaScript less than 1 minute read Libraries encoding.js - https://github.com/polygonplanet/encoding.js https://www.sukerou.com/2022/11/javascirptencodingjs.html For Lib development https://sdk-design.js.org/ Import/Export https://ja.javascript.info/import-export in browser https://bobbyhadz.com/blog/javascript-uncaught-syntaxerror-unexpected-token-export#uncaught-syntaxerror-unexpected-token-export-in-browser https://teratail.com/questions/108011 https://loochs.org/blog/programming/javascript-syntaxerror-the-requested-module-does-not-provide-an-export-named-default/ Linting https://eslint.org/docs/latest/use/getting-started https://standardjs.com/index.html Promise https://dev.to/xnimorz/101-series-promises-2-how-to-get-current-promise-status-and-build-your-own-promise-queue-18j8 TypeScript https://www.wakuwakubank.com/posts/501-typescript-declaration/ https://www.typescriptlang.org/download https://typescriptbook.jp/tutorials/setup Type Inheritance https://recursionist.io/learn/languages/typescript/oop/inheritance https://qiita.com/suema0331/items/5206fc9c5f32644da883 Callback/Async-Await/Promise https://flaviocopes.com/javascript-convert-callback-async-await/ Twitter Facebook LinkedIn Previous Next
Welcome to Jekyll! less than 1 minute read You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...