Обсуждение задания "Using the Test Method"

Sep 4, 2022
пусть testStr = "freeCodeCamp";   // перевели let
пусть testRegex = / Code /; 
testRegex.test (testStr); 
// Возвращает true