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
how to update product total prices discount based on unit number 📅 Aug 13, 2020 · ☕ 2 min read · 👽 john hashim This snipet is for anyone building a wholesale woo-commerce site that sale products in large amount
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 .