Lang-Bakos Andrea andi
andi created branch main in andi/my-app 2025-09-16 13:57:32 +02:00
andi pushed to main at andi/my-app 2025-09-16 13:57:32 +02:00
4a9df64ae0 first commit
andi created repository andi/my-app 2025-09-16 13:50:37 +02:00
andi pushed to main at andi/Practice-1 2025-03-11 12:39:23 +01:00
468c7f1d47 created Homepage
andi pushed to main at andi/Practice-1 2025-03-11 12:06:18 +01:00
8c85a921f8 added edit button to comments and made create to posts
andi pushed to main at andi/Practice-1 2025-03-10 15:17:47 +01:00
260d897eaa added new Resource todo
andi commented on issue andi/Practice-1#6 2025-02-27 14:33:57 +01:00
3. Promises, yield, generator and async functions

Promise = an Object that manages asynchronous operations. Wrap a promise object around {asynchronous code} "I promise to return a value" PENDING -> RESOLVED or REJECTED

new Promise…

andi commented on issue andi/Practice-1#6 2025-02-27 14:30:33 +01:00
3. Promises, yield, generator and async functions

async/await = async makes a function return a promise. await makes an async function wait for a promise.

By using these 2 keywords together, they allow you to…

andi commented on issue andi/Practice-1#7 2025-02-20 11:40:20 +01:00
2. JavaScript types, falsy, truthy, operators

Data structures and types

The latest ECMAScript standard defines eight data types: Seven data types that are primitives:

  1. Boolean - true or false
  2. null - A special keyword…
andi commented on issue andi/Practice-1#7 2025-02-20 11:29:21 +01:00
2. JavaScript types, falsy, truthy, operators

Ternary operator condition ? ifTrue : if False

Conditional if else statement

andi commented on issue andi/Practice-1#7 2025-02-20 11:28:36 +01:00
2. JavaScript types, falsy, truthy, operators

Undefined means that a variable doesn't exist and the interpreter doesn't know what you are referring to.

Null means that the variable exist, but has no value. It is usually used as a…

andi commented on issue andi/Practice-1#7 2025-02-20 11:26:13 +01:00
2. JavaScript types, falsy, truthy, operators

JavaScript has a set of values that can evaluate to true or false but may not equal true or false. Because of this we call these values truthy and falsy.

Falsy: All falsy values will be false…

andi commented on issue andi/Practice-1#8 2025-02-12 14:41:50 +01:00
1. Type conversion

Double equality operator ( == ) is known as the loose equality operator. This operator applies loosed comparison when comparing values. If the values compared are different types, type coercion…

andi closed issue andi/Practice-1#4 2025-02-12 11:23:03 +01:00
Legyen bejelentkezési lehetőség
andi commented on issue andi/Practice-1#8 2025-02-12 11:22:18 +01:00
1. Type conversion

Implicit Type Conversion (Coercion) is the automatic conversion (by JavaScript) of a value from one type to another to fit an operation you want to use. == LOOSE equality operator ===…

andi commented on issue andi/Practice-1#5 2025-02-11 09:31:16 +01:00
HTTP protocol

Hypertext Transfer Protocol (HTTP) is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for…

andi pushed to main at andi/Practice-1 2025-02-05 11:12:57 +01:00
7cbedeabaa created login page #4
andi pushed to main at andi/Practice-1 2025-01-28 11:26:37 +01:00
a41832684e removed the Guessers
andi pushed to main at andi/Practice-1 2025-01-28 11:10:58 +01:00
ea5760375a modified App.tsx
andi pushed to main at andi/Practice-1 2025-01-28 11:09:36 +01:00
5980300689 modified file names