Day 01 of #100DaysOf Code

Henna Singh
1 min readFeb 7, 2022

--

Photo by Arnold Francisca on Unsplash

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 and ctrl + 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โ€

--

--

Henna Singh
Henna Singh

Written by Henna Singh

Technical Speaker and an aspiring writer with avid addiction to gadgets, meet-up groups, and paper crafts. Currently doing Full Stack Diploma at Code Institute