6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
|
function test() {
|
||
|
breakFunction();
|
||
|
console.warn("lol it works!");
|
||
|
}
|
||
|
test()
|