- Home /
Question by
ICHeeryI · Feb 06, 2014 at 02:11 PM ·
c# to javascript
Convert c# to javascript
Hi there, how can I convert this code to js?
byte Block (int x, int y){
if(x ==1 && y!=1){
return (byte)1;
}
....
}
Thanks
Comment
you should put that in code tags to make it easier for us to read
Your answer
