When I console.log(row)
, the program prints:
{
'Name':'Name1',
Age: 'Age1',
Username: 'Username1'
}
How can I remove the quotations from the Name
key? I know this may not make a difference, but with testing, I've seen it does in my program.
Any help appreciated!
Thank you!