CJCoding With Joseph
15per day
TitleTopicsAction
1
Console OutputUse console.log() to display the following message: Hello, World! Steps: 1. Us...
easy○ Not Started
Printing
Solve
2
Variable AdditionCreate two variables (num1 = 5 and num2 = 10), calculate their sum, and use cons...
easy○ Not Started
Printing
Solve
3
Array LengthCreate an array with these fruits: 'apple', 'banana', 'orange', 'grape', and use...
easy○ Not Started
Printing
Solve
37
Template Literal GreetingCreate two variables: name = 'Joseph' and track = 'JavaScript'. Use a template l...
easy○ Not Started
Printing
Solve
38
Average Score OutputCreate three variables: score1 = 78, score2 = 85, and score3 = 92. Compute the a...
easy○ Not Started
Printing
Solve