Content deleted Content added
hopefully this works |
obj --> func |
||
Line 22:
function massCatPrepare(e) {
alert("Your articles are these, right?\n" + massCatGetArticles());
alert(`And you're adding them to ${massCatGetCat()}, right?`);
e.preventDefault();
}
|