Bug Fix

Challenge 📝

Resources 📚

A string string is given. Replace every occurrence of the word 'bug' with the word 'flower'.

function bugFix(string) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag