A compilation of interview-inspired projects, carefully selected to populate this blog section.
A search engine for finding github repositories based on user submitted query
Given an integer n, return a counter function. This counter function initially returns n and then returns 1 more than the previous value every subsequent time it is called
Returning the length of an array, transforming the contents and creating an array prototype to return the last index
Decoding an encoded array by finding the original array with a given first element using XOR operations.
Given an integer number n, return the difference between the product of its digits and the sum of its digits.