Bickrs.com

Blog - My Learning (for now)

As a part of my learning journey, I will be documenting my experiences and insights here. Stay tuned for updates!

Although learning for a year now, i have decided to retrace my steps and document from the begining, so expect basic tutorials and articles at first.

I'm doing this as much for myself as for anyone else, as teaching is one of the best ways to solidify knowledge.

Back to Basics
Variables
Data Types
Operators
If Statements
Start a fresh, Javascript
10th November 2025

An introduction to Javascript, i've already been over the very basics, and touched on some further basics today during my learning process, so this one will quickly recap variables, operators, and if statements.

Functions Basics
Basic Functions
Parameters
Return Values
Back to Basics with Functions
11th November 2025

A refresh on the very basics of functions in Javascript, covering how to declare them, use parameters, and return values.

Javascript Objects
Object Basics
Properties
Methods
A Javascript Objects revisit
13th November 2025

A refresh on the very basics of objects in Javascript, covering how to create them, use properties, and methods.

The DOM Explained
DOM Basics
Selecting Elements
Manipulating Elements
The Document Object Model (DOM) in Javascript
16th November 2025

A refresh on the very basics of the DOM in Javascript, covering what it is, how to select elements, and manipulate them.