Typescript workspace
This repo contains following typescript interview programs
- Reverse a string
- Palindrome
- Classical FizzBizz Problem
- Maximum character in a string
- Reverse Integer
- Count the word 'day' in a string
- remove the duplicate from a Array
- Remove the duplicate from a string
- Spread operator example
- Verify its an Array
- MaxNumber in a Array
- Fibbonacci Series
- Call Json file
- Javascript getter and setter
- Filter,Map, Reduce Javascript concepts
13/08/2023
Revision
- Reverse a String
- Palindrome
- Count words
- Fibonacci Series
- Filter example
- Reduce Example
- Map Example
- first Character to Uppercase
- Fizbuzz Check
- Json Test
- Max character in a String
- Max number in a Array
- Remove Duplicate in a Array and String