Skip to content

Abdullah149081/100daysChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

100 Days Code Challenge

Install

npm install -g ts-node-dev
ts-node-dev --respawn --transpile-only file name

Problem - 1

  • Find the largest word in a given string

Problem - 2

  • Write a function that takes a string as input and returns a new string with the first letter of each word capitalized and no spaces only First latter add #

Problem - 3

  • Write a function that takes a string and a character and returns the number of occurrences of the character in the string.

Problem - 4

  • Write a function that takes a string as input and returns the string reversed is Palindrome.

Problem - 5

  • Write a function to find the maximum of an array of numbers.

Problem - 6

  • Factorial of a number using recursion

Problem - 7

  • write a function that takes an array of numbers and returns the average of the numbers

Problem - 8

  • Write a function that takes two arrays as arguments and returns true or false based on whether the two arrays are equal or not.

Problem - 9

  • Write a function that takes a number and returns the sum of its digits.

Problem - 10

  • Write a function that removes duplicates from an array of numbers

Problem - 11

  • Write a function that takes a string as input and returns the number of vowels in the string.

Problem - 12

  • Write a JavaScript program to check if a given positive number is a power of two.

Problem - 13

  • Write a function that takes an array of numbers and returns the sum of the elements of the array.

About

Build Logical Understand

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors