This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env bash | |
| set -e | |
| # Ensure we’re in a Git repo | |
| if [ ! -d .git ]; then | |
| echo "❌ A scriptet csakis git repo mappaban futtathatod" | |
| exit 1 | |
| fi | |
| # Detect OS | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const array = [ | |
| { | |
| firstname1: 'Géza', | |
| firstname2: 'Ferenc', | |
| lastname: 'Kocsis', | |
| }, | |
| { | |
| firstname1: 'Mária', | |
| firstname2: 'Júlia', | |
| lastname: 'Horváth', | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Factory{ | |
| // TODO 1, 2, 3, 4, 9, 10 | |
| } | |
| class Companion{ | |
| // TODO 5 | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Table</title> | |
| </head> | |
| <body> | |
| <table> | |
| <tr> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Irodalom</title> | |
| </head> | |
| <body> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Szerző neve</th> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Magyar Uralkodók Táblázata</title> | |
| </head> | |
| <body> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | let array = [ | |
| { | |
| firstname1: 'Géza', | |
| firstname2: 'Ferenc', | |
| lastname: 'Kocsis', | |
| married: true, | |
| pet: 'kutya' | |
| }, | |
| { | |
| firstname1: 'Mária', | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <form id="form" action="/"> | |
| <div class="field"> | |
| <label for="lastname">Vezetéknév</label> | |
| <input name="lastname" id="lastname"> | |
| <div class="error"></div> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const array = [ | |
| { | |
| firstname1: 'Géza', | |
| firstname2: 'Ferenc', | |
| lastname: 'Kocsis' | |
| }, | |
| { | |
| firstname1: 'Mária', | |
| firstname2: 'Júlia', | |
| lastname: 'Horváth' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Table</title> | |
| </head> | |
| <body> | |
| <table> | |
| <tr> | |
| <td>Vezeteknev</td> | |
| <td>keresztnev</td> |