You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/05-data-types/01-primitives-methods/article.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,8 @@ Les objets sont "plus lourds" que les primitives. Ils ont besoin de ressources s
39
39
40
40
Voici le paradoxe auquel est confronté le créateur de JavaScript:
41
41
42
-
<<<<<<< HEAD
43
42
- Il y a beaucoup de choses que l'on voudrait faire avec une primitive telle qu'une chaîne de caractères ou un nombre. Ce serait génial d'y avoir accès avec des méthodes.
44
43
- Les primitives doivent être aussi rapides et légères que possible.
45
-
=======
46
-
- There are many things one would want to do with a primitive like a string or a number. It would be great to access them using methods.
47
-
- Primitives must be as fast and lightweight as possible.
0 commit comments