Skip to content

Commit e31928c

Browse files
committed
foundational additions
1 parent a2e5d36 commit e31928c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

JavaScript Outlines/javaScriptFoundation.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,27 @@ What is the history of JavaScript?
6262
*/
6363

6464

65+
66+
67+
68+
/*
69+
What are some types of programmers?
70+
////////////////////////////////////
71+
72+
What is a front-end programmer?
73+
================================
74+
• A front-end programmer takes designs from designers and use HTML, CSS, and JavaScript to create a website.
75+
• Front-end programmers solve problems such as optimizing loading speeds, how the website fits on the screen
76+
(i.e. responsive design), and translate design mockups and apply them to websites, and requests to API's.
77+
78+
79+
What is
80+
81+
*/
82+
83+
84+
85+
6586
/*
6687
Problem solving
6788
////////////////

0 commit comments

Comments
 (0)