**Making a JavaScript based RoboComp component** ------------------------------------- I wrote the first ever RoboComp component in JS which can connect to other components by importing their interfaces. This required going through the ice demos and asking some questions on the ice forums. Later on I also found out that ice 3.6 did not support hashmaps which I was trying to use and was failing at in making the component. It was just badluck and was fine when ice 3.7 was realeased. A tutorial for making a js compoent exists [here](https://robocomp.github.io/web/gsoc/2017/love/post3).