Codewars 8 kyu Convert a String to a Number! Javascript

preview_player
Показать описание
this one uses the Number() constructor, the unary plus (+) operator, and more

#algorithm #codewars #coding #learntocode #learnprogramming #javascript #learnjavascript #frontend #frontenddeveloper #programming #programminglife #computer #computerscience #computers #homework #learning #tutorial #programmingtutorials #programmingtutorial #javascripttutorial #javascripttutorialforbeginners #javascripttutorials #kata #code #codes #beginners #beginner #howto #howtocode #learningjavascript #codingtutorials #codingtutorial #learn2code | #convert #conversion #converts #string #str #strings #number #numbers #unaryplus #unary #plus #operator #operators #pluses #spread #syntax #reduce #reducer #reducing #reduction #reductions #reduces #conditionaloperator #ternaryoperator #conditional #conditioning #condition #ternary #slice #slices #method #methods
Рекомендации по теме
Комментарии
Автор

after starting codewars I realize what I need to learn is to understand methods how to apply logic. definitely hard to grasp because my brain goes blank after reading these problems but doing repetition

Xgenon
Автор

I like how you use multiple methods to solve the problem. I don’t know the methods yet but or when to apply them. Will repetition and watching tutorials help. Also I’ve seen how you look up methods and I’ve been trying to do the same but when I look at other peoples solutions I can’t understand how to implement them to solve my code

Xgenon