leaRns
About
leaRns
Categories
All
(6)
C
(3)
code
(6)
CPMA
(3)
data
(1)
database
(1)
dsc
(1)
elequentjs
(1)
javascript
(2)
javascript.info
(1)
webdev
(1)
JavaScript Fundamentals
Notes from javascript.info
code
javascript
javascript.info
webdev
We use a semicolon at the end of statements, but they can usually be omitted in cases where a line break exists:
Mar 28, 2026
1 Values, Types, and Operators
Notes from Elequent JavaScript 4th Edition
code
javascript
elequentjs
Strings written with single or double quotes behave the same. - The only difference is which type of quote is needed to escape inside of them. - Backticked-quoted strings…
Mar 10, 2026
4 Expressions
Notes from C Programming a Modern Approach
code
C
CPMA
The arithmetic operators:
Feb 14, 2026
3 Formatted I/O
Notes from C Programming a Modern Approach
code
C
CPMA
The
printf
function is designed to change the contents of a string with values inserted at specific points in the string.
Feb 14, 2026
1 Introduction
Notes from Database System Concepts
code
database
data
dsc
A database-management system (DBMS) is a collection of interrelated data and a set of programs to access that data.
Feb 2, 2026
2 Fundamentals
Notes from C Programming a Modern Approach
code
C
CPMA
First program:
Feb 2, 2026
No matching items