glitch export. function js code example
Example 1: mktime in js
var seconds = new Date(year, month, day, hours, minutes, seconds, 0).getTime() / 1000;
Example 2: how to make javascript function consise
multiplyfunc = (a, b) => { return a * b; }
var seconds = new Date(year, month, day, hours, minutes, seconds, 0).getTime() / 1000;
multiplyfunc = (a, b) => { return a * b; }