Skip to content

Instantly share code, notes, and snippets.

View nazrievfarrukhjon's full-sized avatar

nazriev farrukhjon nazrievfarrukhjon

View GitHub Profile
<html>
<script>
class Main {
constructor () {
this.name = "Name in class"
this.person = {
name: "Alisher",
getName: function () {
return this.name
@nazrievfarrukhjon
nazrievfarrukhjon / js
Created January 20, 2020 09:13
nikolay smotry
<html>
<script>
function ourApp(){
const name = 'First Person';
const someOne={
name:'SomeOne',
getName:function(){
return this.name;
}
@nazrievfarrukhjon
nazrievfarrukhjon / responsive_icon_button.txt
Last active April 22, 2020 17:45
Flutter Responsive Button With Icon and Text
/*
I tried so many Widgets to make Buttons with icons and text, but none worked for me,
as it should be responsive.
They used to crash with different pixel size devices.
Maybe someone will need this code or if someone knows better option,
write in comments please. because i need it.
Thank you.:)
*/
Flexible(