Tag: javascript
- Plinko game on the Phaser 3 framework (10 Sep 2023)
Plinko is a kind of gambling game where the small ball falling into one of the buckets randomly. - JavaScript Test Tasks (10 Aug 2020)
There are solutions for 3 test tasks in JavaScript - JS1024 2020 Schulte Tables (07 Aug 2020)
Schulte Tables application in terms of JS1024 2020 contest - Best JavaScript minifier (12 Jul 2020)
uglifyjs 3 is very good JavaScript minifier - .nojekyll file to host Nuxt project on GitHub (10 Jun 2020)
There is a handy tip for serving Nuxt project on GitHub pages hosting - Non-blocking node.js exit on key press (04 Jun 2020)
There is the approach to wait for any key press, then exit the process. - Exclude in Babel (03 Jun 2020)
Exclude third party libraries in babel webpack loader - Express framework: Common error handler (26 May 2020)
Router object for correct registration of common error handler - Enums in JavaScript (25 May 2020)
There is the best approach to define and use enums in JavaScript.