Please make JavaScript function that will be used to transform some input text into some output text. The function must be named "transform" and it should accept one input (text) and return the final output text. I want the function to add spaces between all the characters, and add a random emoji at the end.