Write code to convert myNumber to string and store it to myString in typescript code example Example: convert nuber into string react js var foo = 45; var bar = '' + foo;