Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

265
Views
How to nicely add a text to a string without plus sing, with shortcut?

I have a bit silly quesion. But i was wondering how to nicely and simply add text without having to constently using plus sign in string ?

date.getFullYear()+'/'+(date.getMonth()+1)+'/'+date.getDate()

Because if i use something like this, than i will have to write 4 times plus sign. Is there any shortcuts in JS for that. I tried to find something like this. {date.getFullYear(),date.getMonth()+1,date.getDate() '+'}

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I don't know if it's better but at least there is no plus sign:

`${date.getFullYear()}/${date.getMonth()+1}/${date.getDate()}`
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!