We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfb85c commit 516859bCopy full SHA for 516859b
1-js/04-object-basics/04-object-methods/article.md
@@ -81,11 +81,7 @@ user = {
81
// la méthode abrégée semble mieux, non ?
82
user = {
83
*!*
84
-<<<<<<< HEAD
85
- sayHi() { // identique à "sayHi: function()"
86
-=======
87
- sayHi() { // same as "sayHi: function(){...}"
88
->>>>>>> 6ab384f2512902d74e4b0ff5a6be60e48ab52e96
+ sayHi() { // identique à "sayHi: function(){...}"
89
*/!*
90
alert("Hello");
91
}
0 commit comments