Implement the renderTutorials function in the index.js
function renderTutorial
It should get a tutorial as param and create the html snippet which should be rendered in results-panel.
The tutorial-panel should have:
- title
- subtitle
- description
- links to katacoda, vscode and eclipse tutorial
function renderTutorials
- should get an array of tutorials and for each tutorial it should create the tutorial panels.
Implement the renderTutorials function in the index.js
function renderTutorial
It should get a tutorial as param and create the html snippet which should be rendered in results-panel.
The tutorial-panel should have:
function renderTutorials