Bug Fix Final

Challenge 📝

Resources 📚

A string string is given. Remove any occurrence of 'bug' by 'flower'. Attention: 'bug' can occur several times in the string.

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