How to join two const variables?
const p_data = [{type: 'text', value: 'Erwin', style: 'text-align:center;font-size:19px; font'}]
const s_data = [{type: 'text', value: 'John', style: 'text-align:center;font-size:14px;'}];
I tried this but it didn't work.. Any help please!
p_data += s_data