Tweet
Day 59: #100DaysOfCode
#javascript

Today I've learned about:
- Event listeners (inline, onevent)
- addEventListener()
- keyboard events (keyup, keydown)
- event object (event key, type, target)

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 58: #100DaysOfCode
#javascript

Today I've learned about:
- callback function, schedulers
- passing function name, expression as argument
- setInterval(), clearInterval()
- setTimeout(), clearTimeout()

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 57: #100DaysOfCode
#javascript

Today I've practiced codes using array methods like includes(), indexOf(), find(), unshift(), shift(), concat(), slice(), join(), sort(), findIndex(), splice(), lastIndexOf()

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 56: #100DaysOfCode
#javascript

Today I've learned about:
- Removing from local storage
- removeItem() method

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 55: #100DaysOfCode
#javascript

Today I've learned about:
- splice() method, adding new items
- removing, replacing existing items
- findIndex() method, testing function

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 54: #100DaysOfCode
#javascript

Today I've learned about:
- Javascript Object Notation (JSON)
- JSON.stringify()
- JSON.parse()

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 52: #100DaysOfCode
#javascript

Today I've practiced some javascript codes using the concepts of arrays, functions, variables, operators, objects.

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 51: #100DaysOfCode
#javascript

Today I've learned about:
- Execution context
- Local storage mechanism
- setItem(), getItem() methods
- null value
- textarea html element

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 49: #100DaysOfCode
#javascript

Today I've made a Todos-application using the concepts of - Input placeholder, classList.toggle(), removeChild() and alert() function.

…lication-javascript.prudhvi06.repl.co

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 48: #100DaysOfCode
#javascript

Today I've learned about:
- Input element: placeholder
- DOM Manipulations: classList.toggle(), removeChild()
- alert() built-in function

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 47: #100DaysOfCode
#javascript

Today I've practiced codes using DOM manipulations like getElementById(), createElement(), element.textContent, element.classList.add(), for...of loop, html checkbox, label.

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 46: #100DaysOfCode
#javascript

Today I've learned about:
- HTML input checkbox, label
- setAtrribute() method
- creating a basic ToDos application using html
- creating the same using DOM manipulation

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 45: #100DaysOfCode
#javascript

Today I've learned about using comments and practiced codes using the concepts of arrays, functions, objects in javascript.

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 44: #100DaysOfCode
#javascript

Today I've learned about:
- Arrays, Function expressions
- createElement(), appendChild()
- classList.add(), classList.remove()
- Identifiers, Object properties

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 43: #100DaysOfCode
#javascript

Today I've practiced codes using the concepts of javascript variables, getElementById() method, onclick event, functions, styling properties.

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 42: #100DaysOfCode
#javascript

Today I've learned about:
- if, else-if, else conditions
- Math.random(), Math.ceil()
- HTML input: text, password
- DOM value property
- Comparison Operator( == , ===)

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 41: #100DaysOfCode
#javascript

Today I've learned about:
- Javascript variables
- Document Object Model
- getElementById() method
- onclick event
- Primitive Types
- typeof() operator
- parseInt() function

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #ccbp
Day 40: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Python standard library
- Scope and Namespaces
- Errors and handling multiple exceptions
- Datetime classes
- Formatting, Parsing datetime

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #python
Day 39: #100DaysOfCode
#pythonlearning

Today I've revised concepts of OOP:
- Classes, Objects
- Instance, Class Attributes
- Instance, Class, Static methods
- Inheritance/multi level, Composition, Overriding

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #python
Day 38: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Inheritance
- Super class, Sub class
- Calling super class methods
- Composition, Overriding methods
- Multi level inheritance

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 37: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Instance, Class attributes
- Accessing using self, objects, class
- Instance, Class, Static methods

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 36: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Attributes of object
- Modeling a class
- Updating attributes
- Accessing in other methods

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 35: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Introduction to OOPS
- Classes, encapsulation
- Instance of class, objects
- Method arguments, return values

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 34: #100DaysOfCode
#pythonlearning

Today I've learned about:
- dictionary methods: copy, get
- len(), clear() operations
- variable length arguments
- multiple keyword arguments, unpacking

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 33: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Dictionaries: key-value pairs
- create, access items
- membership check
- adding, modifying, deleting
- iterating, dictionary views

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 32: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Nested lists
- Accessing items in nested lists
- String formatting, placeholders

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 30: #100DaysOfCode
#pythonlearning

Today I've learned about:
- sets : create, add, remove items
- finding length, iteration
- set union, intersection, difference
- subset, superset, disjoint

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 29: #100DaysOfCode
#pythonlearning

Today I've learned about:
- List methods
- append, extend, insert, index
- pop, remove, clear, sort
- Tuples, different operations
- tuple packing & unpacking

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 27: #100DaysOfCode
#pythonlearning

Today I've completed my first growth cycle. I've learned about HTML, CSS, and basic python fundamentals.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 26: #100DaysOfCode
#pythonlearning

Today I've learned about:
- function arguments
- keyword arguments
- positional arguments
- default values
- immutable objects

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 25: #100DaysOfCode
#pythonlearning

Today I've learned about:
- functions
- defining, calling function
- returning value
- built-in functions

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 23: #100DaysOfCode
#pythonlearning

Today I've learned about:
- lists and strings
- splitting: split()
- separator
- joining: join()
- negative indexing
- reversing lists

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 22: #100DaysOfCode
#pythonlearning

Today I've practiced codes on creating lists, indexing, converting strings to lists, list repetition etc.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 21: #100DaysOfCode
#pythonlearning

Today I've learned about:
- objects
- identity of an object
- finding ID : id()
- modifying lists

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 20: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Lists, nested lists
- accessing items in list
- list iterating
- list slicing, concatenation
- extended slicing
- converting to lists

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 19: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Floor division operator
- Compound assignment operators
- Escape characters
- New line, Tab space
- Single quote, Double quote

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 18: #100DaysOfCode
#pythonlearning

Today I've practiced codes for patterns like hollow diamonds, hollow pyramid shapes, hollow triangles.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 17: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Rounding numbers
- Floating point approximation
- Floating point errors
- Comments

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 16: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Comparing strings
- Unicode
- ord(), chr()
- unicode ranges
- naming variables, keywords
- case styles

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 16: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Comparing strings
- Unicode
- ord(), chr()
- unicode ranges
- naming variables, keywords
- case styles

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 13: #100DaysOfCode
#pythonlearning

Today I've learned about nested loops
- while loop inside while loop
- while loop inside for loop

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 14: #100DaysOfCode
#pythonlearning

Today I've practiced codes on different types of pyramid patterns using nested loops.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 6: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Nested conditional statements
- Nested conditions in if & else statements
- Multiple Else-if statements
- Problem Solving & Debugging

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #python
Day 7: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Introduction to loops
- While loop
- Initialization, Termination, Updation
- Problem Solving & Debugging

#100daysofcodechallenge #nxtwave #ccbp #learnInPublic #buildinpublic #python
Day 10: #100DaysOfCode
#pythonlearning

Today I've Practiced:
- Codes for Star Patterns with different shapes
- revised concepts of while, for loops

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 11: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Extended string slicing
- Introduction to string methods
- isdigit(), strip(), lower(), upper()
- startswith(), endswith(), replace()

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 12: #100DaysOfCode
#pythonlearning

Today I've completed solving some of the codes from the assignment using the concepts of loops, conditional statements and string methods.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 5: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Introduction to Conditional Statements
- if statement
- else statement
- else if statement
- possible indentation mistakes

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 4: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Logical Operators

written codes for:
- Comparing digits
- Finding greater than or less than test cases
- Comparing characters

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 3: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Relational Operators
- Common mistakes we do while using these operators
- Comparing Integers
- Comparing Floats
- Comparing Strings

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 2: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Input/Output basics
- String concatenation
- String Repetition
- Length of string
- Accessing characters in string
- Type conversions

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python