Skip to content

Commit 6a507eb

Browse files
committed
added ct notes
1 parent 0b3a1df commit 6a507eb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

JavaScript Outlines/javaScriptFoundation.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,33 @@ Advice on learning to code
228228

229229

230230

231+
232+
233+
/*
234+
Computational Thinking
235+
=-=-=-=-=-=-=-=-=-=-=-=-=- https://www.youtube.com/watch?v=azcrPFhaY9k
236+
1. Programming isnt about languages.
237+
* coding has 8 universal main concepts:
238+
1.
239+
240+
241+
* write out the concepts first, then convert to code.
242+
* most beginners think they dont understand what code to write... but the
243+
the answer is that they dont understand the problem. they're trying to solve.
244+
* comments are code.
245+
246+
2.
247+
248+
249+
*/
250+
251+
252+
253+
254+
255+
256+
257+
231258
/*
232259
Solving Programing problems - YT - How to solve problems fatser when programming
233260
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

0 commit comments

Comments
 (0)