<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>마지막 문자열 &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/tag/%eb%a7%88%ec%a7%80%eb%a7%89-%eb%ac%b8%ec%9e%90%ec%97%b4/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Wed, 13 Sep 2023 00:24:09 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>마지막 문자열 &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[JS] 마지막 문자열 제거</title>
		<link>https://wp.goodzz.shop/dev/javascript/358</link>
					<comments>https://wp.goodzz.shop/dev/javascript/358#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 23 Aug 2023 01:45:52 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[마지막 문자열]]></category>
		<category><![CDATA[콤마제거]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=358</guid>

					<description><![CDATA[1. slice() const str = "Hello, World, JavaScript,"; let newStr = str.slice(0, -1); console.log(newStr); newStr = str.slice(0, str.length - 1); console.log(newStr); 2. substring() const str = "Hello, World, JavaScript,"; const newStr = str.substring(0, str.length - 1); console.log(newStr); 3. substr() const str = "Hello, World, JavaScript,"; const newStr = str.substr(0, str.length - 1); console.log(newStr); 4. replace()와 [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/javascript/358/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
