30 Days of Javascript 1 - Create Hello World Function
Write a function createHelloWorld. It should return a new function that always returns “Hello World”.
Write a function createHelloWorld. It should return a new function that always returns “Hello World”.
Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and false otherwise.
Given the head of a singly linked list, return the middle node of the linked list.
Given an integer num, return the number of steps to reduce it to zero.
Fizz Buzz