Skip to content

Commit

Permalink
fixing console.md markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Feb 5, 2024
1 parent 0aa3a04 commit 026935f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions courses/variables/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ JavaScript. يمكنك عبر المثال التالي:
var myName = "Yazan";
console.log(myName);
```

سيكون مخرج التعليمات البرمجية السابقه `Yazan` على الشاشة.

<div class="quiz">
قم بطباعة أي شيء على الشاشة
</div>
سيكون مخرج التعليمات البرمجية السابقه `Yazan` على الشاشة. **يمكن تنفي التعليمات
السابقه في الموقع عبر الضغط على الرابط التالي **
[هنا](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string).

يمكنك التعمق في المزيد عن الداله Object عبر
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/console). سنتعمق قريبا في
Expand Down

0 comments on commit 026935f

Please sign in to comment.