Skip to content

Commit fd46dff

Browse files
Update article.md
1 parent 3613d0f commit fd46dff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

1-js/02-first-steps/01-hello-world/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ HTML ൽ script ഫയലുകൾ ഇടുന്നത് `src` എന്ന a
7373
<script src="/path/to/script.js"></script>
7474
```
7575

76-
<<<<<<< HEAD
7776
ഇവിടെ, `/path/to/script.js` root ൽ നിന്നും script ലേക്ക് നേരിട്ടുള്ള path ആണ്(absolute). വേണമെങ്കിൽ നമുക്ക് ഇപ്പോഴത്തെ പേജിൽ നിന്നും path കൊടുക്കാവുന്നതാണ് (relative). ഉദാഹരണത്തിന്, `src="script.js"` അർത്ഥമാക്കുന്നത്‌ `"script.js"` ഇപ്പോഴുള്ള ഫോൾഡറിൽ തന്നെയാണെന്നാണ്.
78-
=======
79-
Here, `/path/to/script.js` is an absolute path to the script from the site root. One can also provide a relative path from the current page. For instance, `src="script.js"`, just like `src="./script.js"`, would mean a file `"script.js"` in the current folder.
80-
>>>>>>> 4541b7af7584014a676da731f6e8774da5e059f6
8177

8278
നമുക്ക് വേണമെങ്കിൽ പൂർണമായ ഒരു URL ഉം കൊടുക്കാം. ഉദാഹരണത്തിന്:
8379

0 commit comments

Comments
 (0)