Konu
Javascript ile input kontrolü (R10+)
09-08-2021, 23:23:26
#2
ealgan
var vowels = ["a","e","i","o","u"]; if (vowels.indexOf(letter.toLowerCase()) >= 0) {
buldugum yer
https://stackoverflow.com/questions/...onant-function