A software engineer is developing a system to assign a 'Simplicity Score' to programming languages. The score, $S$, is determined by a hidden quadratic rule based on the number of letters, $N$, in the language's name, of the form $S(N) = aN^2 + bN + c$. Analyze the scores below to determine the rule and find the score for 'Javascript'.
- Ruby (4 letters): Score of 6
- Scala (5 letters): Score of 10
- Python (6 letters): Score of 16
What is the Simplicity Score for Javascript (10 letters)?