bharath sn
Results
1
issues of
bharath sn
Hi, I am novice to ruby also es6 have created file foo.es6 which contains below code ``` class View { constructor(options) { this.model = options.model; this.template = options.template; } render()...