Note: Some of the following programming challenges are solutions to HackerRank and Testdom problems.
You are given the table orders. Return the customerNumber for the customer (or customers) that has placed the largest number of the orders.
A memory card game written in JS by using Asynchronous Programming concepts.
Finding the second highest number in array (JavaScript).
The function StairCase takes an integer N, the height of the staircase as its argument and prints a staircase (PHP).
Given a string like abbcccdddddeef
it returns the compressed string ab2c3d4e2f
(Javascript).
The function sumOfIntegers returns the sum of n integers (PHP).
Hide and show divs in a DOM by using jQuery.
Testdom code challenge and more.
Simple JavaScript examples for practice and quick reference.