Search Results

0
votes
2answers
67 views

What is the best way to duplicate a calculation in Ruby & JavaScript?

I have a Ruby on Rails application and I need to duplicate some computations in both Ruby and JavaScript. Ruby is used in the server side but I also need to compute a students grade on the browser …