Write a program to sort an array using selection sort.
Reverse String
Write a program to reverse a string.
Merge and sort two arrays
Write a program to merge and sort two arrays.
Length of last word of sentence
Write a program to find the length of last word.
Check Palindrome String
Write a program to check if a string is palindrome or not.
Count even odd numbers in an array
Write a program to count even and odd numbers in an array.
Check Anagram Words
Write a program to check whether two string are anagram or not? Meanng of Anagram : – If all the …
API Call in JavaScript – Fetch and Promise
Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses. …
Tic Tac Toe Game – JavaScript
HTML CSS JavaScript Working Example – https://jsfiddle.net/deepak104080/L7e15dbu/101/