EN
Dirask - write better posts with commonly used names, fruits, vegetables
2
points
This article was created to increase the efficiency of creating dirask posts and make them look uniform.
Male names - Imiona męskie 👨
Tom - Tomek
Jack - Jacek
Mark - Marek
Adam - Adam
Female names - Imiona żeńskie 👩
Kate - Kasia
Ann - Ania
Natalie - Natalia
Fruits - Owoce 🍏
🍏 Apple - Jabłko
🍌 Banana - Banan
🍊 Orange - Pomarańcz
🍒 Cherry - Wiśnia
🍇 Grapes - Winogrona
🍓 Strawberry - Truskawka
🥝 Kiwi - Kiwi
Vegetables - Warzywa 🍅
🥕 Carrot - Marchewka
🍅 Tomato - Pomidor
🥒 Cucumber - Ogórek
🥑 Avocado - Awokado
🥦 Broccoli - Brokuł
Array of objects
colors:
const colors = [
{value: 'red', text: 'Red' },
{value: 'yellow', text: 'Yellow'},
{value: 'blue', text: 'Blue' }
];
users:
var users = [
{ id: 1, name: 'Tom', age: 25 },
{ id: 2, name: 'Adam', age: 43 },
{ id: 3, name: 'Mark', age: 18 },
{ id: 4, name: 'Jack', age: 29 }
];
students:
const students = [
{ id: 1, name: 'Kate', age: 25, favFruit: '🍏' },
{ id: 2, name: 'Tom', age: 23, favFruit: '🍌' },
{ id: 3, name: 'Ann', age: 26, favFruit: '🍊' },
{ id: 4, name: 'Jack', age: 21, favFruit: '🍒' }
];
const students = [
{ id: 1, name: 'Kasia', age: 25, favFruit: '🍏' },
{ id: 2, name: 'Tomek', age: 23, favFruit: '🍌' },
{ id: 3, name: 'Ania', age: 26, favFruit: '🍊' },
{ id: 4, name: 'Jacek', age: 21, favFruit: '🍒' }
];
Keyboard image

References - Zobacz również
Related posts - Powiązane posty
Słownik pojęć
- Łańcuch szablonowy – Template literal
Note:
Creating Related posts you can just copy the post title, it will be copied with the link at once.
TODO:
- check table solution for the post emoji/english/polish