Javascript Tagalog - 문자열 자르기 방법

Disclaimer: This is a Blog i made with the initial intention of reinforcing my knowledge in JS. I just thought sharing my blogs might be helpful for someone since they are written in tagalog/taglish. Incase of Misinformation I won't be responsible for it and you can comment on the blog to address the mistake or email me. I'm always trying my best to be as accurate as possible. take a look at other resources just to be sure.
Javascript의 트림 방법이 있습니까?
Yung 트림 방법 ay aalisin niyalang yung mga 공백 sa 시작 및 끝 ng 문자열. 가논 랑.

'\n' 및 '\t'와 같은 공백에는 sila sa 트리밍 btw가 포함되었습니다.

파노 가미틴:

const x = "    hello    "
console.log( x.length ) // 13

//Return value
console.log( x.trim()  ) // hello
console.log( x.trim().length  ) // 5



bumaba yung length ng na trim, kasi nga nawala space :) 에헤헤.

// Di naapektuhan yung original string
console.log( x ) //     hello    
console.log( x.length ) // 13



baka 지나치게 단순화되고 부정확한 정보 nasulat ko 그래서 여기에 더 자세한 문서가 있습니다(영어).
MDN Documentation - trim method
더 많은 타갈로그어 Javascript 학습 리소스:
https://javascript-in-tagalog.netlify.app

좋은 웹페이지 즐겨찾기