Issue with npm install for mac pro
When I do npm install on mac pro, I get below error: Now if I run below code to install xcode cli, I get below error To resolve this issue, I followed below steps:
Issue with npm install for mac pro Read More »
When I do npm install on mac pro, I get below error: Now if I run below code to install xcode cli, I get below error To resolve this issue, I followed below steps:
Issue with npm install for mac pro Read More »
To align items from right to left in Arabic language using use dir=”RTL” This is first item This is second item This is last item Left to Right alignment for a list of items in Arabic using dir=”LTR” This is first item This is second item This is last item
Right to left alignment for a list of items in Arabic Read More »
What is a Regular Expression? As per wikipedia, A regular expression (shortened as regex or regexp; also referred to as rational expression) is a sequence of characters that specifies a search pattern. Create an index.html file where you can add all the form input fields as below. Add name property for the fields which will be accessed in the validation.js to perform regex validations. index.html validation.js
Form field validations using regex javascript Read More »
Generate all combinations of a string
Generate all combinations of a string using javascript Read More »
Anargam An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, “Listen” = “Silent”, “evil” = “vile”, “restful” = “fluster”
Return true if two strings are anagram using javascript Read More »
Return the length longest word from a string
Return the length longest word from a string using javascript Read More »
Return the most common character from the string
Find the most common character from the string using javascript Read More »
A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar. Return True if it”s a palindrome and False if not palindrome
Validate a palindrome Read More »
Reverse a string using javascript
Reverse a string using javascript Read More »