T
@Tammar_Haider
42. Write a JavaScript function to find the unique elements from two arrays.
NodeJS
25. Function that accept a list of country names as input and returns the longest country name O/P
NodeJS
28. Write a JavaScript program to pass a 'JavaScript function' as parameter.
NodeJS
29. Write a JavaScript function to get the function name
NodeJS
Switch Case Example
NodeJS
Prototype
NodeJS
32. Write a JavaScript function to remove non-printable ASCII chars.
NodeJS
22. Write a JavaScript function to get a part of a string after a specified character.
NodeJS
17. Write a JavaScript function to chop a string into chunks of a given length.
NodeJS
16. Function to truncates a string if it is longer than the specified number of char. Truncated
NodeJS
15. Write a JavaScript function to humanized number (Formats a number to a human-readable string.)
NodeJS
14. Write a JavaScript function to insert a string within a string at a particular position
NodeJS
12. Write a JavaScript function to uncamelize a string.
NodeJS
11. Write a JavaScript function to convert a string into camel case.
NodeJS
5. Write a JavaScript function to convert a string in abbreviated form.
NodeJS
1. Write a JavaScript function to check whether an `input` is a string or not.
NodeJS
2. Write a JavaScript function to check whether a string is blank or not.
NodeJS
3. Write a JavaScript function to split a string and convert it into an array of words.
NodeJS
4. Write a JavaScript function to remove specified number of characters from a string
NodeJS
6. Write a JavaScript function to hide email addresses to protect from unauthorized user.
NodeJS