Learning a programming language
- store & print
10 - store & print
10.5 - store & print
"Hello world!" - store & print
true - print
HellofromHello world! - print
worldfromHello world! - print
HELLO WORLD!fromHello world! - print
I am {age} years oldwhereageis variable - check if
20is present in[10, 20, 30] - check if
tenis present in[ten, twenty, thirty] - sort
[20, 30, 10] - pop
10&20from[10, 20, 30, 40]and print - declare a variable in one file & access from other file
- function to find area of a circle
- handle divide by
0error - create instance of class
A - create a nested object
{ name: { firstname: "Foo", lastname: "Bar" }, age: 10, isHuman: false } - create Fibonacci function (recursive)
- check if
ellopresent inHello world!using regexp - read
10from of file - write
tento a file - write a test case for sum function
- create a simple http server return request count as response
- create XOX game
- build a todo app
- create a app to connect to database
- try regexp