JSFiddle - React, Tailwind, and code Playground

by Erica Mitchell

JavaScript

function myReplace(str, before, after) {
  return str;
}

myReplace("A quick brown fox jumped over the lazy dog", "jumped", "leaped");