/test-typescript-workspace-master

Test Typescript Workspace Master

Primary LanguageTypeScript

Typescript workspace

This repo contains following typescript interview programs

  1. Reverse a string
  2. Palindrome
  3. Classical FizzBizz Problem
  4. Maximum character in a string
  5. Reverse Integer
  6. Count the word 'day' in a string
  7. remove the duplicate from a Array
  8. Remove the duplicate from a string
  9. Spread operator example
  10. Verify its an Array
  11. MaxNumber in a Array
  12. Fibbonacci Series
  13. Call Json file
  14. Javascript getter and setter
  15. Filter,Map, Reduce Javascript concepts

13/08/2023

Revision

  1. Reverse a String
  2. Palindrome
  3. Count words
  4. Fibonacci Series
  5. Filter example
  6. Reduce Example
  7. Map Example
  8. first Character to Uppercase
  9. Fizbuzz Check
  10. Json Test
  11. Max character in a String
  12. Max number in a Array
  13. Remove Duplicate in a Array and String