Skip to content

Commit d39ba79

Browse files
committed
2.composants-et-props
1 parent 71345f7 commit d39ba79

File tree

70 files changed

+48
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+48
-100
lines changed

4.fondamentaux/1.introduction-à-jsx/exemple3.html renamed to 4.composant-jsx/1.introduction-à-jsx/ex1.expression.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script type="text/babel">
1111
const firstname = "ESSARRAJ"
1212
const lastename = "Fouad"
13-
const element = <h1>Bonjour 2, {firstname} {lastename}</h1>
13+
const element = <h1>Bonjour, {firstname} {lastename}</h1>
1414
const container = document.getElementById("root");
1515
ReactDOM.render(element, container);
1616
</script>

0 commit comments

Comments
 (0)