What should you place in the blank to complete the following…
What should you place in the blank to complete the following JavaScript statements if you want to store the Boolean true value in wordCheck if the string stored in text contains the word “phenomenon”?let regx = /phenomenon/;let wordCheck = _____;