Fix update the console.log statement copy
This commit is contained in:
@ -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