Fix update the console.log statement copy

This commit is contained in:
Mrugesh Mohapatra
2016-07-31 03:28:45 +05:30
parent dee0f3f5df
commit 56ff814f24
2 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ window.common = (function(global) {
codeOutput.setValue(`/** codeOutput.setValue(`/**
* Your output will go here. * Your output will go here.
* Any console.log() -type * Any console.log() - type
* statements will appear in * statements will appear in
* your browser\'s DevTools * your browser\'s DevTools
* JavaScript console as well. * JavaScript console as well.

View File

@ -25,9 +25,11 @@ const initialUiState = {
// project is ready to submit // project is ready to submit
isSubmitting: false, isSubmitting: false,
output: `/** output: `/**
* Any console.log() * Your output will go here.
* Any console.log() - type
* statements will appear in * statements will appear in
* here console. * your browser\'s DevTools
* JavaScript console as well.
*/`, */`,
// video // video
// 1 indexed // 1 indexed