abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 14I am here again with a new topic, an interesting one it is. Welcome once again to my 100days of code challenge.I am discussing callbacks today. Before I learnt about callbacks…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 13Welcome to my daily 100days of code challenge once again and today, I am going to discuss about arrow functions. Arrow function as a new feature in ES6 was introduced as a way…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 12Hey! It's day 12 of my 100days of code challenge and I will take you through classes in ES6. Objects are created using a blueprint or let's say a template. Classes are the…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 11We are still on my 100days of code challenge journey. As my learning of JavaScript ES6 continues, I learned the amazing functions of a template literal. Template literal is an…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 10Welcome to my daily blog once again as I take you through my JavaScript coding challenge. I grasp the knowledge of rest and spread in JavaScript ES6 today. REST Explanation:…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 9Today was a deviation from freecodecamp challenges as I have started learning JavaScript ES6. I learned about destructuring arrays and objects in JavaScript . Destructuring in…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 8Problem: Cash Register Problem Definition: The objective of the the program is to accept three inputs which is the purchase price, the amount paid and the array of currency…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 7Problem: US Number Validator Problem Definition: The purpose of the program is to collect an input and check if it obeys the USA standard way of writing a phone number.…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 6Problem: Caesars Cypher ROT13. Problem Definition: Caesars Cypher ROT13 decodes word by shifting it thirteen places backward. Algorithm The given string is splitted into…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 5Problem: Converting decimal number to Roman numeral. Problem: Roman numeral is ancient Romans method of writing numbers. The function of the program is to take a given number…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 4Problem: Checking if a word is a palindrome. Problem Definition: A palindrome is a word which when spelled from left to right is the same if it is spelt from right to left.…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 2Problem: Finding Smallest Common Multiple in the range of two numbers e.g. 4 and 8. This implies finding the smallest common multiple in the range of 4 up to 8. Problem…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEY-DAY 1Problem: Summation of all prime numbers up to and including a given number. This is one of the @freecodecamp challenges for Javascript certification. Definition of Problem: A…abdulganiy (60)in #coding • 6 years agoMY #100 DAYS OF CODE CHALLENGE JOURNEYMy coding journey did not begin today, it started some months back. Nothing was documented all this while, but I have decided to commit myself to the #100 days of code challenge…abdulganiy (60)in #life • 6 years agoA COOL FACE IS NOT NECESSARILY A KIND HEARTI used to have some kind of belief before the incident that happened on December 10, 2018 that someone with a cool face would certainly have a kind heart, cool character, and…abdulganiy (60)in #stock • 6 years agoWhat is Block Order?When a large number of securities is offered for purchase purchase or sale in large order, this is what is referred to as a block order. Block order are usually above ten…abdulganiy (60)in #blockchain • 6 years agoWhat is Block Time?When miners solved for hash, there is a time period in finding a solution to each block hash. The time period is referred to as Block Time. Block time is the time taken for…abdulganiy (60)in #bitcoin • 6 years agoEthereum Uncle BlocksA similar term related to bitcoin orphan blocks is referred to as Uncle Blocks. Uncle blocks are to ethereum as orphan blocks are to bitcoin. Just like the way orphan blocks…abdulganiy (60)in #ethereum • 6 years agoCasperA type of proof of stake cryptocurrency protocol used in Ethereum mining is referred to as Casper. When transaction records are recorded on the blockchain, miners are entrusted…abdulganiy (60)in #assets • 6 years agoWhat are Liquid Assets?Liquid assets are unique type of assets which could be easily converted or exchanged to cash and having little or no effects on the price the asset is being traded in the open…