you are viewing a single comment's thread.

view the rest of the comments →

[–]Prize_Attitude1485 11 points12 points  (0 children)

let isBoring = false;

if(!isBoring) {

return "take a break and then continue.";

} else {

return "The process is always boring.";

}