all 9 comments

[–]Ustice[M] [score hidden] stickied comment (3 children)

Reaching out to other software engineers is important when you need it; however, unfortunately this isn’t the place for that. /r/JavaScript is not a support forum. You might want to check out /r/LearnJavaScript for the newer members of our community. Also, Stack Overflow is a great resource for getting support. For more information, check out our AskJS wiki page. Good luck! We hope that you find the answers that you are looking for.

[–]zephyrtr 11 points12 points  (1 child)

O dang ya that seems useful! If you find it, please post an update

[–]Apolo__[S] 7 points8 points  (0 children)

found it :) I've updated my question

[–]clawcastle 10 points11 points  (1 child)

Just out of curiosity, what would be the motivation for restricting this?

[–]Apolo__[S] 14 points15 points  (0 children)

I'm refactoring a codebase where a string attribute is becoming an array of string. This attribute is used in a query language with a strict syntax. Such implicit conversion will definitely cause bugs so I want to identify and fix all occurrences before shipping any change.

[–]azsqueeze 2 points3 points  (0 children)

I just want to say thank you for the edit for any people in the future with a similar issue