document.getElementById('business-rule-editor').value = `/**
* Sample Code
*/
function myBusinessRuleFunction(){
const a = 1;
const b = 2;
let c = a + b;
console.log(c);
}`;
document.getElementById('business-rule-editor').value = `/**
* Sample Code
*/
function myBusinessRuleFunction(){
const a = 1;
const b = 2;
let c = a + b;
console.log(c);
}`;