Holy Theory v0.0.38 Update
Hello everyone!
The 0.0.38 version of the Holy Theory project has been released.
During this week, I spent a lot of time working on builder.js
again. I finalized the Markdown builder, and the HTML builder looks fine as well. Additionally, I added a couple of interview questions related to JavaScript.
Another interesting development is that I tried using bun.sh
to run builder.js
. This new JavaScript runtime works very well with TypeScript. I usually use the ts-node
tool to run my code, and I was pleasantly surprised with the results. Bun.sh
is incredibly faster. I haven't tested running this code after compiling it to JavaScript yet, but even so, it's impressive.
Changelog:
- add static html version
- update builder.js html generation part
- add OOP in JavaScript question
- add What is the NaN question for JavaScript
- add What is the difference between Call and Apply? question to JavaScript section
The project link: https://github.com/AndersDeath/holy-theory
Alpha Eleventy based version: https://eleventy-vladimir-test.netlify.app/
Alpha version of builder.js generator result: https://andersdeath.github.io/holy-theory/builder/test/index.html
Thank you and have a great week!