Javascript
Related Articles.
-
You Can Throw Anything In JavaScript
Updated, 18th December, 2023
TIL that you can throw any value in JavaScript. This may not be a good idea... but it's good to know you can.
-
Registering Vue-Router Routes in a Plugin With Vue 3
Updated, 5th September, 2023
Registering routes is typically done statically in an index file, which can be pretty restrictive in complex applications. In this quick tutorial I'll show you a simple technique to get routes registering dynamically using Vue plugins