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/02-first-steps/15-function-basics/article.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,11 +412,7 @@ Les fonctions utilisées *très souvent* portent parfois des noms ultra-courts.
412
412
413
413
Par exemple le framework [jQuery](http://jquery.com) définit une fonction avec `$`. La librairie [LoDash](http://lodash.com/) a nommé sa fonction principale `_`.
414
414
415
-
<<<<<<< HEAD
416
-
Ce sont des exceptions. En règle générale, les noms de fonctions doivent être concis, mais descriptifs.
417
-
=======
418
-
These are exceptions. Generally function names should be concise and descriptive.
419
-
>>>>>>> 6ab384f2512902d74e4b0ff5a6be60e48ab52e96
415
+
Ce sont des exceptions. En règle générale, les noms de fonctions doivent être concis et descriptifs.
0 commit comments