Tarek Jellali
TAREK'S /DEV/LOG

TAREK'S /DEV/LOG

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Create an npm package easily in JavaScript/TypeScript

May 17, 202111 min read

Hello good people! In this article, we're going to create an npm package step by step. By the end of this article you will be able to: Build your own...

Create an npm package easily in JavaScript/TypeScript

Better debug your code with console.timer()

May 7, 20212 min read

Hello good people! In this article, I want to shed light on a very interesting console function. It's called console.timer() and might help you...

Better debug your code with console.timer()

New to JavaScript? You should tinker with userscripts

Apr 6, 20217 min read

Hello good people! So this might come as a bit of unexpected advice. But if you're new to JavaScript or Web development in general, you really should...

New to JavaScript? You should tinker with userscripts

How Google Translate broke my translate-json userscript

Mar 23, 20216 min read

Hello good people! Today I’m going to tell you about a tool I made 2 years ago called translate-json. By injecting some JavaScript into DeepL or...

How Google Translate broke my translate-json userscript