coolguy1990 / code-challenge

Learning Programming by doing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learning Programming by doing

License:MIT License


Languages

Language:JavaScript 100.0%