Learning-Diary

My Learning Diary, where I will document the different strands of learning that I engage in. Here's a week by week breakdown of projects I engaged in, the things I created, the resources I used, and a summary of what I learned that week.

Learning Diary

My Great Big List of Things to Read, Learn and Do

When (added{:due}) - What - Why - How (implement it)



20170124 FCCamp: Build a Javascript Calculator https://codepen.io/shcolligan/pen/PZBbYo WK 15 Exercises https://codepen.io/volv/pen/vGzdKG Steganography - Digital bottle with message inside https://codepen.io/ricardo8a/full/avarGm CodePen JavaScript Console https://codepen.io/nullobject/pen/cngzI CodePen JavaScript Console https://codepen.io/janzeteachesit/pen/vgJGeQ CodePen JavaScript Console Template https://codepen.io/nullobject/pen/rAbio CodePen JavaScript Console Template https://codepen.io/janzeteachesit/pen/RKZaLE https://gist.github.com/janzeteachesit

https://projecteuler.net/problem=1 Multiples of 3 and 5 Problem 1 If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.

Find the sum of all the multiples of 3 or 5 below 1000. http://www.w3schools.com/js/js_operators.asp https://stackoverflow.com/questions/16505559/how-can-i-use-modulo-operator-in-javascript http://www.w3schools.com/js/js_output.asp JavaScript can “display” data in different ways:

Writing into an alert box, using window.alert(). Writing into the HTML output using document.write(). Writing into an HTML element, using innerHTML. Writing into the browser console, using console.log(). https://www.reddit.com/r/Python/comments/e5r6d/is_project_euler_too_lofty_a_goal_for_a_beginner/ https://adriann.github.io/programming_problems.html