/code-challenge

Learning Programming by doing

Primary LanguageJavaScriptMIT LicenseMIT

Code Challenge Questions

  • 8x8 chess board pattern with ' ' and #
  • print below pattern
#
##
###
####
#####
  • Fizzbuzz
  • Luhn Algorithm
  • Write a program that reads a line of text, counting the number of words, identifying the length of the longest word, the greatest number of vowels in a word
  • create a longest palindrome which can be done with a random length string