Skip to content

Commit 4f3b331

Browse files
committed
translate 'recap' section
1 parent b8eb684 commit 4f3b331

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/learn/javascript-in-jsx-with-curly-braces.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ JSX هي لغة قوالب بسيطة جدًا لأنها تسمح لك بتنظ
233233
234234
<Recap>
235235
236-
Now you know almost everything about JSX:
236+
الآن تعرف تقريبًا كل شيء عن JSX:
237237
238-
* JSX attributes inside quotes are passed as strings.
239-
* Curly braces let you bring JavaScript logic and variables into your markup.
240-
* They work inside the JSX tag content or immediately after `=` in attributes.
241-
* `{{` and `}}` is not special syntax: it's a JavaScript object tucked inside JSX curly braces.
238+
* يتم تمرير خصائص JSX في شكل strings داخل أقواس تنصيص
239+
* تسمح لك الأقواس المعقوفة بإضافة منطق ومتغيرات JavaScript داخل الترميز الخاص بك.
240+
* تعمل الأقواس المعقوفة داخل محتوى وسم JSX أو مباشرة بعد `=` في الخصائص.
241+
* `{{` و `}}` ليست بصيغة خاصة: إنما هي كائن JavaScript موجود داخل أقواس JSX المعقوفة.
242242
243243
</Recap>
244244

0 commit comments

Comments
 (0)