## Spydo Writes
Hello there, I'm Kishor U. I'm a software engineer @Grambell and an computer software undergrad. I write about software development, tech, and other things that interest me. In total, I've written 6 articles on my blog. Use the search below to filter by title.
### All Posts
-
ECMAScript 2023 (ES14): A quick look into New Features for JavaScript Developers
Explore the latest features of ECMAScript 2023 (ES14) in our quick dive. Uncover enhanced array methods, official shebang support, and more, all broken down for easy understanding. Perfect for JavaScript developers eager to stay ahead of the curve!
2023-10-15
3 min read
150 views
-
Debugging JavaScript Like a Pro: Mastering the Different Types of Console Logs
Mastering the different types of console logs in JavaScript can level up your debugging game. Learn how to use console.assert(), console.table(), console.trace() and more in this fun and informative blog post.
2023-02-28
5 min read
350 views
2 ♥
-
Javascript tricks You've Never Heard About : Part 1
JavaScript is a feature-rich language. It has a lot of features that are not well known. In this article, I will show you JavaScript tricks that you've never heard about.
2022-10-12
6 min read
215 views
4 ♥
-
Remove duplicates from Javascript Array
Remove duplicates from Javascript Array
2022-10-10
1 min read
75 views
-
Flatten Multidimensional array with Javascript
Flatten your deeply nested multi-dimentional array with this simple Javascript trick.
2022-10-10
1 min read
68 views
-
Svelte and SvelteKit: The perfect frontend solution
Svelte and SvelteKit are the perfect front-end solution for your web application with their small size and fast performance.
2022-09-21
4 min read
92 views
2 ♥