Saketh KowthaforArticles by @sakethksaketh-kowtha.hashnode.netΒ·Aug 13, 2021Learn Javascript array methods with the help of emojis//Concat ['ππ»ββοΈ', 'ππ»'].concat('π§π»') = [ 'ππ»ββοΈ', 'ππ»', 'π§π»' ] //Join ['π€΄π»', 'πΈπ»'].join('π') = 'π€΄π»ππΈπ»' //Slice ['π', 'πΆ', 'π'].slice(2)= [ 'π' ] //Index of ['0οΈβ£', '1οΈβ£', '2οΈβ£', '3οΈβ£'].indexOf('1οΈβ£') = 1 //Includes ['0...20 likesΒ·116 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.