Posts by Samim
Author Biographical Info: Not available
In this article, we will see how to link external JavaScript (js) file in HTML. We can link an external JavaScript file to an HTML document to separate our JavaScript code from you.... Read More
In this tutorial, we will see how to get timestamp in JavaScript. In JavaScript, we can get a timestamp in various ways depending on our requirements. A timestamp represents the nu.... Read More
In this tutorial, we will see how to add horizontal and vertical scrolling using ScrollView in SwiftUI. Horizontal and vertical scrolling are methods used to navigate content that .... Read More
In this tutorial, we will learn how to empty an array in JavaScript. To make it clear and understandable, I will simply take an array variable and put some elements in it. Then I w.... Read More
In this tutorial, I will show how to get all unique values in a JavaScript array. In JavaScript, an array is a handy way to store a list of items. Sometimes, we might want to find .... Read More
In this tutorial, we will see how to easily change the size of buttons in our SwiftUI app. Buttons are an essential part of any user interface, and SwiftUI provides a simple and ea.... Read More
In this tutorial, we will see how to set the size of SF symbols in SwiftUI. SF Symbols are part of Apple’s system icon library, that we can use to display a wide range of ico.... Read More
In this tutorial, we will see how to create a dropdown menu in SwiftUI. Dropdown menus, also called selection menus, provide users with a practical way to select an option from a l.... Read More