js .math() example

PHOTO EMBED

Tue Aug 04 2020 19:18:10 GMT+0000 (Coordinated Universal Time)

Saved by @ludaley #javascript #string-methods

myName = 'yazeed';

myName.match('e');
// ["e", index: 3, input: "yazeed", groups: undefined]
content_copyCOPY

https://www.freecodecamp.org/news/freecodecamp-palindrome-checker-walkthrough/