|
|
|
|
|
by kwxza
2504 days ago
|
|
Forgive me for this simple and unrelated question, but I'm new to JS development.
This line right here, what is this? let courseId = fields.to.substring(0, fields.to.indexOf('@')); I've never seen this 'to' string method and I can't find a doc page for it. Can you explain it or point me towards a reference? Thanks |
|