infidel-cupper-theme/exampleSite/static/js/custom_01.js

4 lines
71 B
JavaScript
Raw Permalink Normal View History

2022-04-10 04:20:41 -04:00
const yourCustomFunction01 = (message) => {
console.log(message);
};