SK
50 */9 * * * *Size: a a a
SK
50 */9 * * * *PS
50 */9 * * * *50 */9 * * * *" то все работает?SK
PS
ВП
PS
`${seconds} */${minutes} * * * *` === "50 */9 * * * *"SK
SK
TK
TK
Е
PS
PS
SK
console.log(typeof `${seconds} */${minutes} * * * *`, 'second+minutes type');
console.log(typeof time, 'time type');
console.log(typeof '50 */9 * * * *', 'manual type');
console.log(`${seconds} */${minutes} * * * *` === '50 */9 * * * *');
string second+minutes type
string time type
string manual type
trueTK
TK
TK
PS