#javascript
Read more stories on Hashnode
Articles with this tag
filter() and find() is a javascript method. only use an array. The find() method return a specific one and the filter() method returns more than...
First - step: split this string then, Second - step: call the reverse method. Third - step: join this string. Example: let string = 'hello'; let...