Read variable declarate in C# script in to javascript script is possible?

Hi boy i have a question
I have a script in c# is possibile read in other js script the value of this variable declarate end assignate in c# script is possible?

The c# script is called test have the variable name where assing a value.
in the other js script i can read the value of variable name?

Yes, but you have to ensure the C# script is compiled before the UnityScript one. You can do that simply by putting the C# script into a different folder. See the script compilation documentation for details of which folders are compiled in which order.