I want to post something on my client field, and then I try to make a simple thing to post
I want to post something on my client field, and then I try to make a simple thing to post
For example, I hope to add a fax_number for my client,
then I try to create a structure like this:
var postInfo = [ {Fax: 'null' } ]
Then if try to console.log(postInfo.Fax)
it just show me undefined.