Fix update the console.log statement copy
This commit is contained in:
@ -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.
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user