TypeScript String Concatenation Praktek Terbaik

str = `${year}-${paddedMonth}-${day} ${hours}:${minutes}:${seconds} `;
Upset Unicorn