Odoo Technical

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

How can I add space in between words using JavaScript?

Avatar
Aarthikasri

How can I add space in between words using JavaScript?

Avatar
Discard
1 Answer
0
Avatar
pavithra
Best Answer

Tricks:  
Example:  var $dateHeader = $('

Date: ' + date + ' X Time:

');
In this code, I needed to insert a space next to 'X', so I used   next to 'X'." 


Avatar
Discard