Welcome to mirror list, hosted at ThFree Co, Russian Federation.

custom_01.js « js « static « exampleSite - github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bd9938b9a525628a98d51886411b8a61c3b17c9 (plain)
1
2
3
const yourCustomFunction01 = (message) => {
  console.log(message);
};