-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lösungen flow-control, fibonacci, objects #2
base: master
Are you sure you want to change the base?
Conversation
let replace = ['be','ce','de','äf','ge','ha','jot','äl','äm','än','pe','qu','äs','te','vau','we','ix','ypsilon','zät','BE','CE','DE','ÄF','GE','HA','JOT','ÄL','ÄM','ÄN','PE','QU','ÄS','TE','VAU','WE','IT','YPSILON','ZÄT']; | ||
let res = ''; | ||
for (const zeichen of zeichenkette) { | ||
if(search.indexOf(zeichen) >= 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
die includes Methode wäre eine knackiger alternative.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke. Habe Zeile 301 mit includes umgesetzt.
Wo genau siehst du den Vorteil?
@@ -0,0 +1,35 @@ | |||
// 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
du weisst, dass das nicht aufgabe war?
nice hast du es aber trotzdem angeschaut :)
@@ -0,0 +1,41 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
das war auch nicht aufgabe. da hast du schon vorgearbeitet ;)
No description provided.