All JavaScript Comparison Operators ๐ Aug 13, 2020 ยท โ 1 min read ยท ๐ฝ john hashim Javascript as a Programming language it has its uniques comparison Operators that can be used to compare Number or strings
Fizz Buzz Implementation in javascript, c++,java,c#,python and php ๐ Aug 13, 2020 ยท โ 4 min read ยท ๐ฝ john hashim Fizz Buzz is a very simple programming task, asked in software developer job interviews.
Guide to Regular Expressions in JavaScript ๐ Aug 13, 2020 ยท โ 8 min read ยท ๐ฝ john hashim There will be times when you will not be looking for a particular substring but a set of substrings which follow a certain pattern
How to add an items at the beginning of an array in JavaScript ๐ Aug 13, 2020 ยท โ 1 min read ยท ๐ฝ john hashim There are instance where you want to add an item at the beginning of an array
How to Create a Function and Import It as a Node Module ๐ Aug 13, 2020 ยท โ 1 min read ยท ๐ฝ john hashim creating a reusable code is what makes programming more fun and easy .
How to redirect to a URL in Sapper ๐ Aug 13, 2020 ยท โ 1 min read ยท ๐ฝ john hashim If your working on a Svelte+Sapper application and you run in asituation where you need to redirect to different homepage
why from blogger to static site ๐ Aug 13, 2020 ยท โ 5 min read ยท ๐ค john hashim Well Blogger platform is really Amazing, easy and free just like Netifly the only difference is that with static site is that you should have coding skills .