You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: