Day 01 of #100DaysOf Code
Helloooโฆ๐๐ฝ
You may not be new to the concept of #100DaysOfCode ;)
I started it a while ago but it broke after 19 days ๐ so I paired up with a few amazing people and started again and logging it too ๐
I am Community Manager for Realm at MongoDB. Mostly I will be penning down my learnings about Realm and Android Apps but I am also trying to learn Javascript and Frontend, so I may log mixed up stuff ๐ค
Project 01: Passenger Counter App
Source: https://scrimba.com/learn/learnjavascript
Learnings:
- Javascript code should always be written in a separate file. Writing in the HTML file is an amateur way of writing :)
- A variable is declared via
let
keyword and a variable should always be declared before it is accessed. Below will throw an error
console.log(myAge)
let myAge = 34
- To comment on multiple lines of code, use
cmd + k + c
on mac andctrl + k + c
on windows
Project 02: Revision of Realm Article โ How to create a mobile app when data is already in Atlas
That is all for Day 01
PS: If you are curious to follow my journey, please feel free to read โMy Journey of 100 Daysโ