Skip to content

Commit f2d81f5

Browse files
Stephen LeeStephen Lee
authored andcommitted
create questions for verticals - Chpt00
1 parent a45167a commit f2d81f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
>>What are some tools you can use to share your code? <<
2+
3+
( ) VS Code, Atom, Sublime Text {{Incorrect because these are text editors, not applications used to share your code with others..}}
4+
( ) Node Monitor {{Incorrect because node monitor is used for executing your JavaScript code, not for sharing your code with others.}}
5+
( ) ESLint {{Incorrect because ESLint is used to help you code easier and is not a tool for sharing your code with others.}}
6+
(x) Github (Open Source), Pastebin {{Correct, because Github and Pastebin are two ways of sharing your code online with others.}}
7+
( ) There are no such tools {{Incorrect because using sites such as Github will allow you to share your code with others.}}
8+
9+
||Sharing your code with others can be accomplished by making your code open source. ||

0 commit comments

Comments
 (0)