1. Reverse a String2. Check if a String is a Palindrome3. Remove Duplicates from a String4. Find the First Non-Repeating
Continue readingTag: Angular
Windows kill a Port
Find the PID netstat -ano | findstr :yourPortNumber tskill typeyourPIDhere (tskill 16612)
Continue reading