We can make it a bit shorter by instead of creating a variable and then returning a variable, we can just return the calculation directly. ```js function inchToCM (inches) { return inches * 2.54; } ...
Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...