Notifications You must be signed in to change notification settings *sting Convert string to array str.split() const str = "abc"; const arr = str.split("") // ["a","b ...
This is used in situations where you have saved an array to a database LONGBLOG i.e. using mysqljs/mysql whereby the database stores your original array as the hex string Buffer of the original ...