We came across a repo on GitHub that lets you write JavaScript Code in the Swedish language.
The Author of this script has replaced java with Fika (fee-ka). Lateral translation from Swedish to English is "to drink coffee".
Let's see an Example Note :1. You need to make sure that the Webpage supports UTF-8 characters.
2. And you need to add two js libraries fikascript.js and fikascript.browser.js
3. While using fikascript you need to set the script MIME type as text/fikascript
4. And yes you need to know the js keywords translations.
List
1. Keywords
function: funktion
if: om
else: annars
for: för
while: medan
return: returnera
do: gör
var: var
in: inuti
let: låt
new: ny
try: försök
case: fall
this: detta
with: med
break: bryt
throw: kasta
catch: fånga
switch: byt
continue: fortsätt
debugger: avlusare
instanceof: instansav
typeof: typav
void: tom
delete: tabort
default: standard
finally: slutligen
2. Literals
true: sant
false: falskt
null: noll
3. Identifiers
document: dokument
console: konsol
alert: ropa
prompt: fråga
Example :
<html>
<head>
<title>FikaScript: JavaScript in Swedish Example</title>
<meta charset="utf-8">
<script type="text/javascript" src="dist/fikascript.js"></script>
<script type="text/javascript" src="dist/fikascript.browser.js"></script>
</head>
<body>
<script type="text/fikascript">
ropa("Hej!! Hallå!!");
</script>
</body>
</html>
Source: https://github.com/pushmatrix/fikascript

Output
More Posts related to JavaScript,
- Meaning of javascript:void(0) explained with example
- JavaScript : Get url protocol HTTP, HTTPS, FILE or FTP
- How to get UTC (GMT) time using JavaScript
- Add Animated Scrolling to Html Page Title Script
- Examples: Convert String to int in JavaScript
- Get Device Screen Width and Height using javaScript
- Remove items from JavaScript array
- Javascript convert text case from uppercase to lowercase
- [javaScript] Convert text case to lowercase
- How to detect Browser and Operating System Name and Version using JavaScript
- How to send email from JavaScript HTML using mailto
- How to check if a String contains substring or a word using javaScript
- Send Extra Data with Ajax Get or Post Request
- How to get query string in JavaScript HTML location.search
- How to get current URL Location using Javascript HTML
- JavaScript: Check if variable is a number
- JavaScript : Get current page address
- JavaScript: Count Words in a String
- Loading previous page using html button using JavaScript
- npm WARN saveError ENOENT: no such file or directory, open /mnt/c/package.json
- How to Print from JavaScript HTML using window.print
- Submit html form on dropdown menu value selection or change using javascript
- Detect if Cookies are enabled using JavaScript
- Writing your first Hello, World! 🌍 JavaScript code Tutorial
- JavaScript date in yyyy-MM-dd format
More Posts:
- How to upgrade pip/pip3 package installer for Python - PIP
- How to Save Eclipse console logs in external log file - Eclipse
- zsh hello world example - Linux
- How to repeat background image in Android Activity - Android
- #HappyBirthdayJimin trending Happy Birthday Jimin BTS Army - BTS
- import servlet API to eclipse project (javax.servlet cannot be resolved error) - Java
- Disabling Spell Check in Android Studio - Android-Studio
- [Solved] Notepad++ Menu Bar Missing - NotepadPlusPlus